Skip to content

Commit

Permalink
upgrade go version to 1.22.5
Browse files Browse the repository at this point in the history
  • Loading branch information
laizy committed Jul 9, 2024
1 parent 61530b2 commit 2dab482
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.18
go-version: 1.22.5

- name: command
run: bash ./.gha.script.bash
Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.18
go-version: 1.22.5

- name: command
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.18
go-version: 1.22.5

- name: command
run: bash ./.gha.script.bash

0 comments on commit 2dab482

Please sign in to comment.