Skip to content

Commit

Permalink
Update go to 1.22.6 (#502)
Browse files Browse the repository at this point in the history
* Update deps, 2.14.2

* Update doc, 2.14.2

* Update go to 1.22.6
  • Loading branch information
p53 authored Sep 5, 2024
1 parent f284d37 commit 619f7ed
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: "1.22.4"
go-version: "1.22.6"

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: "1.22.4"
go-version: "1.22.6"
# Checkout the repository
- name: Checkout
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ARG HOMEDIR=/opt/gatekeeper
# Builder
#

FROM --platform=$BUILDPLATFORM golang:1.22.4 AS build-env
FROM --platform=$BUILDPLATFORM golang:1.22.6 AS build-env
ARG HOMEDIR
ARG TARGETOS TARGETARCH
ENV GOOS=$TARGETOS
Expand Down

0 comments on commit 619f7ed

Please sign in to comment.