Skip to content

Commit 3988581

Browse files
chore(ci): update go version to 1.22
Signed-off-by: Thomas Fossati <[email protected]>
1 parent 71c936f commit 3988581

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/ci-go-cover.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
steps:
2727
- uses: actions/setup-go@v3
2828
with:
29-
go-version: "1.19"
29+
go-version: "1.22"
3030
- name: Checkout code
3131
uses: actions/checkout@v2
3232
- name: Install mockgen

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
steps:
1515
- uses: actions/setup-go@v3
1616
with:
17-
go-version: "1.19"
17+
go-version: "1.22"
1818
- name: Checkout code
1919
uses: actions/checkout@v2
2020
with:

.github/workflows/linters.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
steps:
1111
- uses: actions/setup-go@v3
1212
with:
13-
go-version: "1.19"
13+
go-version: "1.22"
1414
- name: Checkout code
1515
uses: actions/checkout@v2
1616
- name: Install golangci-lint

go.mod

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

3-
go 1.21
3+
go 1.22
44

55
require (
66
github.com/golang/mock v1.6.0

0 commit comments

Comments
 (0)