Skip to content

Commit

Permalink
Bumping Go version for CI jobs.
Browse files Browse the repository at this point in the history
  • Loading branch information
armfazh committed Sep 6, 2023
1 parent 099d313 commit b6a5470
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-22.04
strategy:
matrix:
GOVER: ['1.20', '1.19']
GOVER: ['1.21.1', '1.20.8']
steps:
- name: Setup Go-${{ matrix.GOVER }}
uses: actions/setup-go@v3
Expand Down Expand Up @@ -47,7 +47,7 @@ jobs:
runs-on: ubuntu-22.04
strategy:
matrix:
CFG: [[arm64, arm64v8, '1.20']]
CFG: [[arm64, arm64v8, '1.21.1']]
steps:
- uses: actions/checkout@v3
- name: Enabling Docker Experimental
Expand All @@ -72,7 +72,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v3
with:
go-version: '1.20'
go-version: '1.21.1'
- name: Build as Static
run: make circl_static
- name: Build as Plugin
Expand All @@ -88,7 +88,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v3
with:
go-version: '1.20'
go-version: '1.21.1'
- name: Produce Coverage
run: go test -coverprofile=./coverage.txt ./...
- name: Upload Codecov
Expand All @@ -108,7 +108,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v3
with:
go-version: '1.20'
go-version: '1.21.1'
- name: Building
run: go build -v ./...
- name: Testing
Expand Down

0 comments on commit b6a5470

Please sign in to comment.