Skip to content

Commit

Permalink
Update Go version to 1.20
Browse files Browse the repository at this point in the history
  • Loading branch information
epapbak committed Apr 1, 2024
1 parent 8b01640 commit 08c4814
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v4
with:
go-version: '1.18'
go-version: '1.20'
- name: Generate docgo and literate
run: make godoc
- name: Build with Jekyll
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/gotests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ jobs:
strategy:
matrix:
go-version:
- "1.18"
- "1.19"
- "1.20"
- "1.21"
name: Tests for Go ${{ matrix.go-version}}
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/linters.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ jobs:
strategy:
matrix:
go-version:
- "1.18"
- "1.19"
- "1.20"
- "1.21"
name: Linters for Go ${{ matrix.go-version}}
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/RedHatInsights/insights-operator-utils

go 1.18
go 1.20

require (
github.com/RedHatInsights/cloudwatch v0.0.0-20210111105023-1df2bdfe3291
Expand Down

0 comments on commit 08c4814

Please sign in to comment.