Skip to content

Commit

Permalink
升级Action中默认的Golang版本 1.22 --> 1.23
Browse files Browse the repository at this point in the history
  • Loading branch information
spiritLHLS committed Jan 18, 2025
1 parent 91d1aa4 commit 5545990
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml_back
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- name: set up
uses: actions/setup-go@v3
with:
go-version: 1.22.4
go-version: 1.23.4
id: go
- name: check out
uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: 1.22.10
go-version: 1.23.4

- name: Configure Git for Private Modules
run: |
Expand Down

0 comments on commit 5545990

Please sign in to comment.