-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
21 changed files
with
10 additions
and
274 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 |
---|---|---|
|
@@ -14,7 +14,7 @@ jobs: | |
- name: Set up Go 1.x | ||
uses: actions/[email protected] | ||
with: | ||
go-version: '1.21' | ||
go-version: '1.22' | ||
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,7 +17,7 @@ jobs: | |
- name: Set up Go 1.x | ||
uses: actions/[email protected] | ||
with: | ||
go-version: '1.21' | ||
go-version: '1.22' | ||
- uses: actions/checkout@v4 | ||
- name: 'test & report' | ||
run: | | ||
|
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 |
---|---|---|
|
@@ -21,7 +21,7 @@ jobs: | |
- name: Set up Go 1.x | ||
uses: actions/[email protected] | ||
with: | ||
go-version: '1.21' | ||
go-version: '1.22' | ||
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 |
---|---|---|
|
@@ -52,7 +52,7 @@ jobs: | |
github_token: ${{ secrets.GITHUB_TOKEN }} | ||
goos: ${{ matrix.goos }} | ||
goarch: ${{ matrix.goarch }} | ||
goversion: '1.21' | ||
goversion: '1.22' | ||
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 | ||
|
@@ -87,7 +87,7 @@ jobs: | |
- name: 'setup go' | ||
uses: actions/[email protected] | ||
with: | ||
go-version: '1.21' | ||
go-version: '1.22' | ||
|
||
- name: Set GOARCH environment variable | ||
run: echo "GOARCH=${{ matrix.goarch }}" >> $GITHUB_ENV | ||
|
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.21' | ||
go-version: '1.22' | ||
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM golang:1.21 AS builder | ||
FROM golang:1.22 AS builder | ||
|
||
WORKDIR /go/src/app | ||
COPY . . | ||
|
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
module github.com/coupergateway/couper | ||
|
||
go 1.21 | ||
go 1.22 | ||
|
||
require ( | ||
github.com/docker/go-units v0.5.0 | ||
|
16 changes: 0 additions & 16 deletions
16
vendor/github.com/getkin/kin-openapi/openapi3/testdata/circularRef/base.yml
This file was deleted.
Oops, something went wrong.
10 changes: 0 additions & 10 deletions
10
vendor/github.com/getkin/kin-openapi/openapi3/testdata/circularRef/other.yml
This file was deleted.
Oops, something went wrong.
2 changes: 0 additions & 2 deletions
2
vendor/github.com/getkin/kin-openapi/openapi3/testdata/recursiveRef/components/Bar.yml
This file was deleted.
Oops, something went wrong.
4 changes: 0 additions & 4 deletions
4
vendor/github.com/getkin/kin-openapi/openapi3/testdata/recursiveRef/components/Cat.yml
This file was deleted.
Oops, something went wrong.
4 changes: 0 additions & 4 deletions
4
vendor/github.com/getkin/kin-openapi/openapi3/testdata/recursiveRef/components/Foo.yml
This file was deleted.
Oops, something went wrong.
4 changes: 0 additions & 4 deletions
4
vendor/github.com/getkin/kin-openapi/openapi3/testdata/recursiveRef/components/Foo/Foo2.yml
This file was deleted.
Oops, something went wrong.
2 changes: 0 additions & 2 deletions
2
...github.com/getkin/kin-openapi/openapi3/testdata/recursiveRef/components/models/error.yaml
This file was deleted.
Oops, something went wrong.
60 changes: 0 additions & 60 deletions
60
vendor/github.com/getkin/kin-openapi/openapi3/testdata/recursiveRef/issue615.yml
This file was deleted.
Oops, something went wrong.
33 changes: 0 additions & 33 deletions
33
vendor/github.com/getkin/kin-openapi/openapi3/testdata/recursiveRef/openapi.yml
This file was deleted.
Oops, something went wrong.
110 changes: 0 additions & 110 deletions
110
...github.com/getkin/kin-openapi/openapi3/testdata/recursiveRef/openapi.yml.internalized.yml
This file was deleted.
Oops, something went wrong.
4 changes: 0 additions & 4 deletions
4
vendor/github.com/getkin/kin-openapi/openapi3/testdata/recursiveRef/parameters/number.yml
This file was deleted.
Oops, something went wrong.
15 changes: 0 additions & 15 deletions
15
vendor/github.com/getkin/kin-openapi/openapi3/testdata/recursiveRef/paths/foo.yml
This file was deleted.
Oops, something went wrong.