Skip to content

gh-actions: bump actions/setup-go from 6.3.0 to 6.4.0 #43

gh-actions: bump actions/setup-go from 6.3.0 to 6.4.0

gh-actions: bump actions/setup-go from 6.3.0 to 6.4.0 #43

Workflow file for this run

name: Build
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
- uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c
with:
go-version: "1.25"
- name: Go Build
run: go build -v