Skip to content

Commit

Permalink
Merge pull request #702 from haoranleo/release-0.6
Browse files Browse the repository at this point in the history
Release 0.6.19
  • Loading branch information
k8s-ci-robot committed Mar 25, 2024
2 parents c0e21f1 + 72be2dc commit 5cbfc6e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deps.yml
Expand Up @@ -22,5 +22,5 @@ jobs:
- id: govulncheck
uses: golang/govulncheck-action@v1
with:
go-version-input: 1.21.5
go-version-input: 1.21.8
go-version-file: go.mod
2 changes: 1 addition & 1 deletion .go-version
@@ -1 +1 @@
1.21.5
1.21.8
2 changes: 1 addition & 1 deletion Dockerfile
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
ARG image=public.ecr.aws/eks-distro-build-tooling/eks-distro-minimal-base-nonroot:2023-09-06-1694026927.2
ARG golang_image=public.ecr.aws/docker/library/golang:1.21.5
ARG golang_image=public.ecr.aws/docker/library/golang:1.21.8

FROM --platform=$BUILDPLATFORM $golang_image AS builder
WORKDIR /go/src/github.com/kubernetes-sigs/aws-iam-authenticator
Expand Down
2 changes: 1 addition & 1 deletion version.txt
@@ -1 +1 @@
0.6.18
0.6.19

0 comments on commit 5cbfc6e

Please sign in to comment.