Skip to content

Commit

Permalink
CI: go version 1.19 -> 1.22
Browse files Browse the repository at this point in the history
  • Loading branch information
magodo committed Jun 14, 2024
1 parent bd80775 commit 4e74041
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v1
with:
go-version: 1.19
go-version: 1.22

- name: Build
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v1
with:
go-version: 1.19
go-version: 1.22

- name: Check out code into the Go module directory
uses: actions/checkout@v2
Expand Down Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v1
with:
go-version: 1.19
go-version: 1.22

- name: Check out code into the Go module directory
uses: actions/checkout@v2
Expand Down

0 comments on commit 4e74041

Please sign in to comment.