Skip to content

Commit

Permalink
update CI versions
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuahannan committed Aug 20, 2024
1 parent b82cd0c commit 1f36860
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: "1.20.x"
go-version: "1.22"
- uses: actions/cache@v1
with:
path: ~/go/pkg/mod
Expand Down

0 comments on commit 1f36860

Please sign in to comment.