Skip to content

Commit 8b37373

Browse files
committed
chore(deps): Bumping to go 1.20
Signed-off-by: Vincent Boutour <[email protected]>
1 parent b535a15 commit 8b37373

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/build.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Setup Golang
2929
uses: actions/setup-go@v3
3030
with:
31-
go-version: "^1.19"
31+
go-version: "^1.20"
3232

3333
- name: Build
3434
run: |
@@ -61,7 +61,7 @@ jobs:
6161
- name: Setup Golang
6262
uses: actions/setup-go@v3
6363
with:
64-
go-version: "^1.19"
64+
go-version: "^1.20"
6565
- name: Build
6666
run: |
6767
curl --disable --silent --show-error --location --max-time 30 "https://raw.githubusercontent.com/ViBiOh/scripts/main/bootstrap" | bash -s -- "-c" "release"

.github/workflows/codeql-analysis.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- name: Setup Golang
4343
uses: actions/setup-go@v3
4444
with:
45-
go-version: "^1.19"
45+
go-version: "^1.20"
4646
- name: Build
4747
run: make build
4848
- name: CodeQL

.github/workflows/release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- name: Setup Golang
3838
uses: actions/setup-go@v3
3939
with:
40-
go-version: "^1.19"
40+
go-version: "^1.20"
4141
- name: Build
4242
run: make init
4343
- name: GPG

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/ViBiOh/goweb
22

3-
go 1.19
3+
go 1.20
44

55
require (
66
github.com/ViBiOh/flags v1.2.0

0 commit comments

Comments
 (0)