Skip to content

Commit cf74e7d

Browse files
Bump golang from 1.22.0 to 1.22.1 (#333)
* Bump golang from 1.22.0 to 1.22.1 Bumps golang from 1.22.0 to 1.22.1. --- updated-dependencies: - dependency-name: golang dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * bump go in github actions --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Drew Hammond <[email protected]>
1 parent c78bd2e commit cf74e7d

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/codeql-analysis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
name: Set up Go
4545
uses: actions/setup-go@v5
4646
with:
47-
go-version: '1.22.0'
47+
go-version: '1.22.1'
4848

4949
# Initializes the CodeQL tools for scanning.
5050
- name: Initialize CodeQL

.github/workflows/go-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
- uses: actions/checkout@v4
99
- uses: actions/setup-go@v5
1010
with:
11-
go-version: '1.22.0'
11+
go-version: '1.22.1'
1212
cache: true
1313
cache-dependency-path: go.sum
1414
- uses: actions/setup-node@v4

.github/workflows/golangci-lint.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- uses: actions/checkout@v4
2020
- uses: actions/setup-go@v5
2121
with:
22-
go-version: '1.22.0'
22+
go-version: '1.22.1'
2323
- name: golangci-lint
2424
uses: golangci/[email protected]
2525
with:

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Set up Go
2323
uses: actions/setup-go@v5
2424
with:
25-
go-version: '1.22.0'
25+
go-version: '1.22.1'
2626
cache: true
2727
- name: Run GoReleaser
2828
uses: goreleaser/goreleaser-action@v5

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ RUN HOST_ARCH=$TARGETARCH NODE_ENV='production' NODE_ONLINE_ENV='online' NODE_OP
2828
###################
2929
# Go build stage
3030
###################
31-
FROM --platform=$BUILDPLATFORM golang:1.22.0 as go-builder
31+
FROM --platform=$BUILDPLATFORM golang:1.22.1 as go-builder
3232
WORKDIR /go/src/github.com/drewhammond/chefbrowser
3333
COPY go.* ./
3434
RUN go mod download

0 commit comments

Comments
 (0)