-
-
Notifications
You must be signed in to change notification settings - Fork 76
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: upgrade go version from 1.16 to 1.23 (#805)
* chore: upgrade go version from 1.16 to 1.23 * upgrade actions/upload-artifact to v4 --------- Co-authored-by: rick <[email protected]>
- Loading branch information
1 parent
ef11b0e
commit 7f1c402
Showing
3 changed files
with
8 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,7 +13,7 @@ jobs: | |
- name: Set up Go 1.16 | ||
uses: actions/[email protected] | ||
with: | ||
go-version: 1.16 | ||
go-version: 1.23 | ||
id: go | ||
- uses: actions/[email protected] | ||
- name: Upgrade upx | ||
|
@@ -45,7 +45,7 @@ jobs: | |
- name: Set up Go 1.16 | ||
uses: actions/[email protected] | ||
with: | ||
go-version: 1.16 | ||
go-version: 1.23 | ||
id: go | ||
- name: Check out code into the Go module directory | ||
uses: actions/[email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,7 +13,7 @@ jobs: | |
- name: Set up Go 1.16 | ||
uses: actions/[email protected] | ||
with: | ||
go-version: 1.16 | ||
go-version: 1.23 | ||
id: go | ||
- name: Check out code into the Go module directory | ||
uses: actions/[email protected] | ||
|
@@ -22,12 +22,12 @@ jobs: | |
with: | ||
args: release --snapshot --clean | ||
- name: Upload Artifact for darwin | ||
uses: actions/upload-artifact@v2 | ||
uses: actions/upload-artifact@v4 | ||
with: | ||
name: jcli-darwin-amd64 | ||
path: release/jcli-darwin-amd64.tar.gz | ||
- name: Upload Artifact for linux | ||
uses: actions/upload-artifact@v2 | ||
uses: actions/upload-artifact@v4 | ||
with: | ||
name: jcli-linux-amd64 | ||
path: release/jcli-linux-amd64.tar.gz | ||
|
@@ -38,7 +38,7 @@ jobs: | |
- name: Set up Go 1.16 | ||
uses: actions/[email protected] | ||
with: | ||
go-version: 1.16 | ||
go-version: 1.23 | ||
id: go | ||
- name: Check out code into the Go module directory | ||
uses: actions/[email protected] | ||
|
@@ -96,7 +96,7 @@ jobs: | |
- name: Set up Go 1.16 | ||
uses: actions/[email protected] | ||
with: | ||
go-version: 1.16 | ||
go-version: 1.23 | ||
id: go | ||
- name: Check out code into the Go module directory | ||
uses: actions/[email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,7 +16,7 @@ jobs: | |
- name: Set up Go | ||
uses: actions/[email protected] | ||
with: | ||
go-version: 1.16.x | ||
go-version: 1.23.x | ||
- name: Run GoReleaser | ||
uses: goreleaser/[email protected] | ||
with: | ||
|