Skip to content

Commit

Permalink
go version to take hard dependency on go 1.20
Browse files Browse the repository at this point in the history
  • Loading branch information
hexoscott committed Sep 14, 2023
1 parent c856f01 commit d6c0e95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
steps:
- uses: actions/setup-go@v4
with:
go-version: '^1.20.0' # The Go version to download (if necessary) and use.
go-version: '1.20' # The Go version to download (if necessary) and use.
- run: go version

- uses: actions/checkout@v3
Expand Down

0 comments on commit d6c0e95

Please sign in to comment.