Skip to content

Commit 08c4814

Browse files
committed
Update Go version to 1.20
1 parent 8b01640 commit 08c4814

File tree

4 files changed

+2
-6
lines changed

4 files changed

+2
-6
lines changed

.github/workflows/gh-pages.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Setup Go
3333
uses: actions/setup-go@v4
3434
with:
35-
go-version: '1.18'
35+
go-version: '1.20'
3636
- name: Generate docgo and literate
3737
run: make godoc
3838
- name: Build with Jekyll

.github/workflows/gotests.yaml

-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ jobs:
1010
strategy:
1111
matrix:
1212
go-version:
13-
- "1.18"
14-
- "1.19"
1513
- "1.20"
1614
- "1.21"
1715
name: Tests for Go ${{ matrix.go-version}}

.github/workflows/linters.yaml

-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ jobs:
1010
strategy:
1111
matrix:
1212
go-version:
13-
- "1.18"
14-
- "1.19"
1513
- "1.20"
1614
- "1.21"
1715
name: Linters for Go ${{ matrix.go-version}}

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/RedHatInsights/insights-operator-utils
22

3-
go 1.18
3+
go 1.20
44

55
require (
66
github.com/RedHatInsights/cloudwatch v0.0.0-20210111105023-1df2bdfe3291

0 commit comments

Comments
 (0)