generated from layer5io/layer5-repo-template
-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #293 from devhindo/updatego
chore: update Go version to 1.23 in workflows and go.mod
- Loading branch information
Showing
5 changed files
with
36 additions
and
16 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
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 |
---|---|---|
|
@@ -19,7 +19,7 @@ jobs: | |
steps: | ||
- uses: actions/setup-go@master | ||
with: | ||
go-version: 1.19 | ||
go-version: 1.23 | ||
- uses: actions/checkout@master | ||
- name: golangci-lint | ||
uses: golangci/golangci-lint-action@v3 | ||
|
@@ -46,7 +46,7 @@ jobs: | |
- name: Setup Go | ||
uses: actions/setup-go@master | ||
with: | ||
go-version: 1.19 | ||
go-version: 1.23 | ||
- run: GOPROXY=https://proxy.golang.org,direct GOSUMDB=off GO111MODULE=on go install github.com/kisielk/errcheck@latest; /home/runner/go/bin/errcheck -tags draft ./... | ||
static_check: | ||
name: Static check | ||
|
@@ -59,7 +59,7 @@ jobs: | |
- name: Setup Go | ||
uses: actions/setup-go@master | ||
with: | ||
go-version: 1.19 | ||
go-version: 1.23 | ||
- uses: dominikh/[email protected] | ||
with: | ||
install-go: false | ||
|
@@ -75,7 +75,7 @@ jobs: | |
- name: Setup Go | ||
uses: actions/setup-go@master | ||
with: | ||
go-version: 1.19 | ||
go-version: 1.23 | ||
- run: GOPROXY=direct GOSUMDB=off GO111MODULE=on go vet -tags draft ./... | ||
sec_check: | ||
name: Security check | ||
|
@@ -105,7 +105,7 @@ jobs: | |
- name: Setup Go | ||
uses: actions/setup-go@master | ||
with: | ||
go-version: 1.19 | ||
go-version: 1.23 | ||
- name: Create cluster using KinD | ||
uses: engineerd/[email protected] | ||
with: | ||
|
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
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
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