Skip to content

Commit

Permalink
go.mod update
Browse files Browse the repository at this point in the history
  • Loading branch information
incu6us committed Aug 16, 2023
1 parent 9751f85 commit a968a94
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,11 @@ on:
- "*"

jobs:

build:
strategy:
matrix:
os: [ ubuntu-latest, macos-latest, windows-latest ]
go-version: [ 1.18.x, oldstable, stable ]
go-version: [ 1.20.x, oldstable, stable ]

runs-on: ${{ matrix.os }}
steps:
Expand All @@ -33,7 +32,7 @@ jobs:
run: go test -race -cover -coverprofile=coverage -covermode=atomic ./...

- name: Coverage
uses: codecov/codecov-action@v1
uses: codecov/codecov-action@v3
with:
file: ./coverage

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ jobs:
- name: Unshallow
run: git fetch --prune --unshallow

- name: Set up Go 1.18
- name: Set up Go 1.20
uses: actions/setup-go@v1
with:
go-version: 1.18
go-version: 1.20
id: go

- name: Set Envs
Expand Down

0 comments on commit a968a94

Please sign in to comment.