Skip to content

Commit

Permalink
CI: use latest Go with check-latest
Browse files Browse the repository at this point in the history
  • Loading branch information
chappjc committed Jul 19, 2023
1 parent 1fdcc52 commit d0e3a7c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
uses: actions/setup-go@fac708d6674e30b6ba41289acaab6d4b75aa0753 #v4.0.1
with:
go-version: ${{ matrix.go }}
check-latest: true

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

0 comments on commit d0e3a7c

Please sign in to comment.