Skip to content

Commit

Permalink
Update Go version in Github workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
epapbak committed Apr 1, 2024
1 parent abea233 commit 90a9f15
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 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 @@ -12,8 +12,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: 1 addition & 1 deletion .github/workflows/integration_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
strategy:
matrix:
go-version:
- "1.18"
- "1.20"
name: Integration tests for Go ${{ matrix.go-version}}
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 90a9f15

Please sign in to comment.