-
Notifications
You must be signed in to change notification settings - Fork 14
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 to 1.23 * chore: update all direct dependencies * chore: rm vendor dir from repo * chore: revert hcl pkg update; needs work due to custom things * update changelog /w go update * ci: add go mod download calls to pipeline * Change test command to pkg loop due to test output streaming issue See golang/go#46959 * test: rm obsolete wait for port from NewRun test
- Loading branch information
Showing
2,103 changed files
with
171 additions
and
637,694 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 |
---|---|---|
|
@@ -31,6 +31,9 @@ jobs: | |
- name: Set up Go 1.x in order to write go.list file | ||
uses: actions/[email protected] | ||
|
||
- name: Dependencies | ||
run: go mod download | ||
|
||
- name: WriteGoList | ||
run: go list -json -mod=readonly -m all > go.list | ||
|
||
|
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 |
---|---|---|
|
@@ -14,7 +14,7 @@ jobs: | |
- name: Set up Go 1.x | ||
uses: actions/[email protected] | ||
with: | ||
go-version: '1.22' | ||
go-version: '1.23' | ||
id: go | ||
- run: go version | ||
|
||
|
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 |
---|---|---|
|
@@ -17,8 +17,10 @@ jobs: | |
- name: Set up Go 1.x | ||
uses: actions/[email protected] | ||
with: | ||
go-version: '1.22' | ||
go-version: '1.23' | ||
- uses: actions/checkout@v4 | ||
- name: Dependencies | ||
run: go mod download | ||
- name: 'test & report' | ||
run: | | ||
curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter | ||
|
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 |
---|---|---|
|
@@ -24,13 +24,16 @@ jobs: | |
- name: Set up Go 1.x | ||
uses: actions/[email protected] | ||
with: | ||
go-version: '1.22' | ||
go-version: '1.23' | ||
id: go | ||
- run: go version | ||
|
||
- name: Check out code into the Go module directory | ||
uses: actions/checkout@v4 | ||
|
||
- name: Dependencies | ||
run: go mod download | ||
|
||
- name: Source-Code formatting | ||
run: test -z $(go fmt ./...) | ||
|
||
|
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 |
---|---|---|
|
@@ -54,7 +54,7 @@ jobs: | |
github_token: ${{ secrets.GITHUB_TOKEN }} | ||
goos: ${{ matrix.goos }} | ||
goarch: ${{ matrix.goarch }} | ||
goversion: '1.22' | ||
goversion: '1.23' | ||
binary_name: 'couper' | ||
ldflags: '-X ${{ env.VERSION_PACKAGE }}.VersionName=${{ github.ref_name }} -X ${{ env.VERSION_PACKAGE }}.BuildName=${{ steps.vars.outputs.sha_short }} -X ${{ env.VERSION_PACKAGE }}.BuildDate=${{ steps.vars.outputs.build_date }}' | ||
sha256sum: true | ||
|
@@ -132,7 +132,7 @@ jobs: | |
- name: Set up Go 1.x | ||
uses: actions/[email protected] | ||
with: | ||
go-version: '1.22' | ||
go-version: '1.23' | ||
- name: 'install assets-uploader' | ||
run: go install github.com/wangyoucao577/assets-uploader/[email protected] | ||
- name: 'upload signed binary archive' | ||
|
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 1.x | ||
uses: actions/[email protected] | ||
with: | ||
go-version: '1.22' | ||
go-version: '1.23' | ||
id: go | ||
- run: go version | ||
|
||
|
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
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
Oops, something went wrong.