Skip to content

Commit 0167bd1

Browse files
committed
build: require Go 1.20.x
1 parent 27d24ac commit 0167bd1

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/go.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Set up Go 1.x
1818
uses: actions/setup-go@v2
1919
with:
20-
go-version: '>= 1.19.4'
20+
go-version: '>= 1.20.x'
2121
id: go
2222

2323
- name: Check out code into the Go module directory

.github/workflows/podman.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Set up Go 1.x
1818
uses: actions/setup-go@v2
1919
with:
20-
go-version: '>= 1.19.4'
20+
go-version: '>= 1.20.x'
2121
id: go
2222

2323
- name: Clone the repository

.github/workflows/release.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Set up Go 1.x
1616
uses: actions/setup-go@v2
1717
with:
18-
go-version: '>= 1.19.4'
18+
go-version: '>= 1.20.x'
1919
id: go
2020

2121
- name: Check out code into the Go module directory
@@ -59,7 +59,7 @@ jobs:
5959
- name: Set up Go 1.x
6060
uses: actions/setup-go@v2
6161
with:
62-
go-version: '>= 1.19.4'
62+
go-version: '>= 1.20.x'
6363
id: go
6464

6565
- name: Check out code into the Go module directory
@@ -124,7 +124,7 @@ jobs:
124124
- name: Set up Go 1.x
125125
uses: actions/setup-go@v2
126126
with:
127-
go-version: '>= 1.19.4'
127+
go-version: '>= 1.20.x'
128128
id: go
129129

130130
- name: Check out code into the Go module directory

0 commit comments

Comments
 (0)