Skip to content

Commit

Permalink
🏗 gh-actions: use latest stable go
Browse files Browse the repository at this point in the history
  • Loading branch information
database64128 committed Aug 19, 2024
1 parent 0377ef6 commit f332028
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version-file: go.mod
go-version: stable

- name: Build
run: go build -v -trimpath -ldflags '-s -w' ./cmd/swgp-go
Expand Down

0 comments on commit f332028

Please sign in to comment.