Skip to content

Commit dbdff84

Browse files
zcubbszakaria.elbouwab
authored andcommitted
⚡ upgrade ci go version
1 parent 3b980ac commit dbdff84

File tree

5 files changed

+5
-7
lines changed

5 files changed

+5
-7
lines changed

.github/workflows/lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Set up Go
3030
uses: actions/setup-go@v4.1.0
3131
with:
32-
go-version: '1.21'
32+
go-version: '1.23'
3333

3434
- name: Install Task
3535
uses: arduino/setup-task@v1.0.3

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
- name: Set up Go
4646
uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1.0
4747
with:
48-
go-version: '1.21'
48+
go-version: '1.23'
4949

5050
# remove tests in order to clean dependencies
5151
- name: Remove xxx_test.go files

.github/workflows/scan.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Set up Go
3030
uses: actions/setup-go@v4.1.0
3131
with:
32-
go-version: '1.21'
32+
go-version: '1.23'
3333

3434
- name: Install Task
3535
uses: arduino/setup-task@v1.0.3

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Set up Go
3636
uses: actions/setup-go@v4.1.0
3737
with:
38-
go-version: '1.21'
38+
go-version: '1.23'
3939

4040
- name: Install Task
4141
uses: arduino/setup-task@v1.0.3

go.mod

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
module github.com/zcubbs/go-k8s
22

3-
go 1.22.0
4-
5-
toolchain go1.23.2
3+
go 1.23
64

75
require (
86
github.com/gofrs/flock v0.12.1

0 commit comments

Comments
 (0)