Skip to content

Commit a75a8fb

Browse files
authored
Bump Go to v1.24.0 and other indirect mods (#69)
1 parent 4191b13 commit a75a8fb

File tree

6 files changed

+14
-14
lines changed

6 files changed

+14
-14
lines changed

.github/workflows/master.yml

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

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

2525
- name: Start MongoDB
26-
uses: supercharge/mongodb-github-action@1.11.0
26+
uses: supercharge/mongodb-github-action@1.12.0
2727
with:
2828
mongodb-version: 8.0
2929

.github/workflows/re-release.yml

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

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

2828
- name: Start MongoDB
29-
uses: supercharge/mongodb-github-action@1.11.0
29+
uses: supercharge/mongodb-github-action@1.12.0
3030
with:
3131
mongodb-version: 8.0
3232

.github/workflows/release.yml

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

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

2323
- name: Start MongoDB
24-
uses: supercharge/mongodb-github-action@1.11.0
24+
uses: supercharge/mongodb-github-action@1.12.0
2525
with:
2626
mongodb-version: 8.0
2727

Dockerfile

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

33
WORKDIR /app
44
COPY . .

go.mod

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

3-
go 1.23.6
3+
go 1.24.0
44

55
require (
66
github.com/go-git/go-billy/v5 v5.6.2
@@ -37,7 +37,7 @@ require (
3737
github.com/xdg-go/stringprep v1.0.4 // indirect
3838
github.com/youmark/pkcs8 v0.0.0-20240726163527-a2c0da244d78 // indirect
3939
golang.org/x/crypto v0.33.0 // indirect
40-
golang.org/x/net v0.34.0 // indirect
40+
golang.org/x/net v0.35.0 // indirect
4141
golang.org/x/sync v0.11.0 // indirect
4242
golang.org/x/sys v0.30.0 // indirect
4343
golang.org/x/text v0.22.0 // indirect

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,8 @@ golang.org/x/net v0.0.0-20190620200207-3b0461eec859/go.mod h1:z5CRVTTTmAJ677TzLL
102102
golang.org/x/net v0.0.0-20210226172049-e18ecbb05110/go.mod h1:m0MpNAwzfU5UDzcl9v0D8zg8gWTRqZa9RBIspLL5mdg=
103103
golang.org/x/net v0.0.0-20211112202133-69e39bad7dc2/go.mod h1:9nx3DQGgdP8bBQD5qxJ1jj9UTztislL4KSBs9R2vV5Y=
104104
golang.org/x/net v0.0.0-20220722155237-a158d28d115b/go.mod h1:XRhObCWvk6IyKnWLug+ECip1KBveYUHfp+8e9klMJ9c=
105-
golang.org/x/net v0.34.0 h1:Mb7Mrk043xzHgnRM88suvJFwzVrRfHEHJEl5/71CKw0=
106-
golang.org/x/net v0.34.0/go.mod h1:di0qlW3YNM5oh6GqDGQr92MyTozJPmybPK4Ev/Gm31k=
105+
golang.org/x/net v0.35.0 h1:T5GQRQb2y08kTAByq9L4/bz8cipCdA8FbRTXewonqY8=
106+
golang.org/x/net v0.35.0/go.mod h1:EglIi67kWsHKlRzzVMUD93VMSWGFOMSZgxFjparz1Qk=
107107
golang.org/x/sync v0.0.0-20190423024810-112230192c58/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
108108
golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
109109
golang.org/x/sync v0.11.0 h1:GGz8+XQP4FvTTrjZPzNKTMFtSXH80RAzG+5ghFPgK9w=

0 commit comments

Comments
 (0)