Skip to content

Commit

Permalink
ci: upgrade versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jvmistica committed Mar 17, 2024
1 parent 2193c20 commit 245de86
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version: '1.20'
go-version: '1.22'
check-latest: true

- name: build
Expand Down

0 comments on commit 245de86

Please sign in to comment.