Skip to content

Commit c7130dc

Browse files
Mzack9999dependabot[bot]
authored andcommitted
go bump
1 parent 3350ee4 commit c7130dc

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/build-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Set up Go
1919
uses: actions/setup-go@v6
2020
with:
21-
go-version: 1.21.x
21+
go-version: 1.24.x
2222

2323
- name: Check out code
2424
uses: actions/checkout@v5

.github/workflows/lint-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Set up Go
2020
uses: actions/setup-go@v6
2121
with:
22-
go-version: 1.21.x
22+
go-version: 1.24.x
2323

2424
- name: Run golangci-lint
2525
uses: golangci/golangci-lint-action@v8

.github/workflows/release-binary.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: "Set up Go"
1919
uses: actions/setup-go@v6
2020
with:
21-
go-version: 1.21.x
21+
go-version: 1.24.x
2222

2323
- name: "Create release on GitHub"
2424
uses: goreleaser/goreleaser-action@v6

.github/workflows/release-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Set up Go
2020
uses: actions/setup-go@v6
2121
with:
22-
go-version: 1.21.x
22+
go-version: 1.24.x
2323

2424
- name: release test
2525
uses: goreleaser/goreleaser-action@v6

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Base
2-
FROM golang:1.21.4-alpine AS builder
2+
FROM golang:1.24.0-alpine AS builder
33

44
RUN apk add --no-cache git build-base
55
WORKDIR /app

0 commit comments

Comments
 (0)