Skip to content

Commit 6305091

Browse files
committed
chore(deps): Bumping to go1.22
Signed-off-by: Vincent Boutour <bob@vibioh.fr>
1 parent 22e2f96 commit 6305091

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- name: Setup Golang
3939
uses: actions/setup-go@v5
4040
with:
41-
go-version: "^1.21"
41+
go-version: "^1.22"
4242
cache: true
4343

4444
- name: Build
@@ -72,7 +72,7 @@ jobs:
7272
- name: Setup Golang
7373
uses: actions/setup-go@v5
7474
with:
75-
go-version: "^1.21"
75+
go-version: "^1.22"
7676
cache: true
7777
- name: Cache exiftool binaries
7878
uses: actions/cache@v4.0.0

.github/workflows/codeql-analysis.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- name: Setup Golang
4343
uses: actions/setup-go@v5
4444
with:
45-
go-version: "^1.21"
45+
go-version: "^1.22"
4646
cache: true
4747
- name: Build
4848
run: make build

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- name: Setup Golang
3838
uses: actions/setup-go@v5
3939
with:
40-
go-version: "^1.21"
40+
go-version: "^1.22"
4141
cache: true
4242
- name: Build
4343
run: make init

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
module github.com/ViBiOh/exas
22

3-
go 1.21
3+
go 1.22
44

5-
toolchain go1.21.0
5+
toolchain go1.22.0
66

77
require (
88
github.com/ViBiOh/absto v1.7.5

0 commit comments

Comments
 (0)