Skip to content

Commit

Permalink
change go version
Browse files Browse the repository at this point in the history
  • Loading branch information
tkitsunai committed Nov 24, 2023
1 parent 278af5b commit 9bb4555
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/go-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.20'
go-version-file: go.mod
cache: true

- name: Build
run: go build -v ./...
Expand Down

0 comments on commit 9bb4555

Please sign in to comment.