mirror of
https://github.com/int128/kubelogin.git
synced 2026-05-20 23:02:50 +00:00
chore(deps): update dependency golang-version to v1.18.5 (#767)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
4
.github/workflows/go.yaml
vendored
4
.github/workflows/go.yaml
vendored
@@ -26,7 +26,7 @@ jobs:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: int128/go-actions/setup@v1
|
||||
with:
|
||||
go-version: 1.18.4
|
||||
go-version: 1.18.5
|
||||
- uses: golangci/golangci-lint-action@v3
|
||||
with:
|
||||
version: v1.47.2
|
||||
@@ -38,5 +38,5 @@ jobs:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: int128/go-actions/setup@v1
|
||||
with:
|
||||
go-version: 1.18.4
|
||||
go-version: 1.18.5
|
||||
- run: go test -v -race ./...
|
||||
|
||||
2
.github/workflows/release.yaml
vendored
2
.github/workflows/release.yaml
vendored
@@ -54,7 +54,7 @@ jobs:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: int128/go-actions/setup@v1
|
||||
with:
|
||||
go-version: 1.18.4
|
||||
go-version: 1.18.5
|
||||
- run: go build -ldflags "-X main.version=${GITHUB_REF##*/}"
|
||||
- uses: int128/go-actions/release@v1
|
||||
with:
|
||||
|
||||
2
.github/workflows/system-test.yaml
vendored
2
.github/workflows/system-test.yaml
vendored
@@ -25,7 +25,7 @@ jobs:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: int128/go-actions/setup@v1
|
||||
with:
|
||||
go-version: 1.18.4
|
||||
go-version: 1.18.5
|
||||
|
||||
# for certutil
|
||||
# https://packages.ubuntu.com/xenial/libnss3-tools
|
||||
|
||||
Reference in New Issue
Block a user