Skip to content

Commit

Permalink
ci: test go latest
Browse files Browse the repository at this point in the history
  • Loading branch information
AsterDY committed Jun 27, 2024
1 parent 67b4c83 commit 64abc7c
Showing 1 changed file with 2 additions and 2 deletions.
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.20.6
go-version: 1.22

- uses: actions/cache@v2
with:
Expand All @@ -25,5 +25,5 @@ jobs:
- name: script
run: |
sh ./scripts/go_latest.sh master
sh ./scripts/go_latest.sh release-branch.go1.23

0 comments on commit 64abc7c

Please sign in to comment.