Skip to content

Commit b9bdb0b

Browse files
authored
Bump Go to v1.24.1 (#71)
1 parent a82faad commit b9bdb0b

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

.github/workflows/master.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ jobs:
1717
with:
1818
fetch-depth: 0
1919

20-
- name: Set up Go 1.24.0
20+
- name: Set up Go 1.24.1
2121
uses: actions/setup-go@v5
2222
with:
23-
go-version: '1.24.0'
23+
go-version: '1.24.1'
2424

2525
- name: Start MongoDB
2626
uses: supercharge/[email protected]

.github/workflows/re-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ jobs:
2020
fetch-depth: 0
2121
ref: ${{ github.event.inputs.tag }}
2222

23-
- name: Set up Go 1.24.0
23+
- name: Set up Go 1.24.1
2424
uses: actions/setup-go@v5
2525
with:
26-
go-version: '1.24.0'
26+
go-version: '1.24.1'
2727

2828
- name: Start MongoDB
2929
uses: supercharge/[email protected]

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ jobs:
1515
with:
1616
fetch-depth: 0
1717

18-
- name: Set up Go 1.24.0
18+
- name: Set up Go 1.24.1
1919
uses: actions/setup-go@v5
2020
with:
21-
go-version: '1.24.0'
21+
go-version: '1.24.1'
2222

2323
- name: Start MongoDB
2424
uses: supercharge/[email protected]

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.24.0-alpine AS builder
1+
FROM golang:1.24.1-alpine AS builder
22

33
WORKDIR /app
44
COPY . .

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/switcherapi/switcher-gitops
22

3-
go 1.24.0
3+
go 1.24.1
44

55
require (
66
github.com/go-git/go-billy/v5 v5.6.2

0 commit comments

Comments
 (0)