Skip to content

Commit

Permalink
Update Go version to 1.22.x in GitHub workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
billettc committed Sep 12, 2024
1 parent 54d7b19 commit 54cf0a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v2
with:
go-version: 1.20.x
go-version: 1.22.x

- uses: actions/cache@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
go-version: [1.20.x]
go-version: [1.22.x]
os: [ubuntu-latest, macos-latest]
steps:
- name: Set up Go
Expand Down

0 comments on commit 54cf0a1

Please sign in to comment.