Skip to content

Commit

Permalink
sync Go version used in GitHub actions to 1.15.15 (#429)
Browse files Browse the repository at this point in the history
* sync Go version used in GitHub actions to 1.15.15

* fix go mod tidy version
  • Loading branch information
SaxyPandaBear authored Apr 4, 2022
1 parent 0a29e64 commit a23dae8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nightly-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Set up Go 1.x
uses: actions/setup-go@v2
with:
go-version: ^1.15
go-version: ~1.15.15
id: go

#Need to install rpm so ubuntu can make rpm by default ubuntu can make deb
Expand Down

0 comments on commit a23dae8

Please sign in to comment.