Skip to content

Commit

Permalink
build(): 使用go 1.22.5构建
Browse files Browse the repository at this point in the history
  • Loading branch information
onlyLTY committed Sep 29, 2024
1 parent 36f3987 commit 0f7d7b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/UGREEN.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.21.2'
go-version: '1.22.5'

- name: Get version from file
id: get_version
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-build-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.21.2'
go-version: '1.22.5'

- name: Get version from file
id: get_version
Expand Down

0 comments on commit 0f7d7b6

Please sign in to comment.