Bump up golang to 1.20

This commit is contained in:
Andrei Pohilko
2023-06-02 12:22:35 +01:00
parent a07c8f273d
commit bea75cb011
4 changed files with 9 additions and 8 deletions

View File

@@ -15,7 +15,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.18
go-version: "1.20"
- name: Unit tests
run: |
go test -v -race ./... -covermode=atomic -coverprofile=coverage.out # Run all the tests with the race detector enabled

View File

@@ -35,7 +35,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.18
go-version: "1.20"
- name: git cleanup
run: git clean -f
- name: Run GoReleaser