Skip to content

Commit

Permalink
Use latest go in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mctofu committed Mar 12, 2024
1 parent d3d695a commit 73cac42
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,10 @@ jobs:
steps:

- name: Set up Go 1.x
uses: actions/setup-go@v3
uses: actions/setup-go@v5
with:
go-version: ^1.16
go-version: stable
check-latest: true
id: go

- name: Check out code into the Go module directory
Expand Down

0 comments on commit 73cac42

Please sign in to comment.