Skip to content

Commit

Permalink
update to go 1.21
Browse files Browse the repository at this point in the history
  • Loading branch information
bjartek committed May 6, 2024
1 parent abbda0c commit 0cf1462
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: "1.20.*"
go-version: "1.21.*"
- name: golangci-lint
uses: golangci/golangci-lint-action@v2
with:
Expand All @@ -28,10 +28,10 @@ jobs:
uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: "1.20.*"
go-version: "1.21.*"
- uses: zencargo/github-action-go-mod-tidy@v1
with:
go-version: "1.20"
go-version: "1.21"

test:
runs-on: ubuntu-latest
Expand All @@ -40,7 +40,7 @@ jobs:
uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: "1.20"
go-version: "1.21"
- run: make test-report
- name: Publish Unit Test Results
uses: EnricoMi/publish-unit-test-result-action@v1
Expand All @@ -55,10 +55,9 @@ jobs:
uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: "1.20"
- run: make coveralls
go-version: "1.21"
- run: make coveralls
- uses: shogo82148/actions-goveralls@v1
if: always()
with:
path-to-profile: profile.cov

path-to-profile: profile.cov

0 comments on commit 0cf1462

Please sign in to comment.