Skip to content

Commit

Permalink
Update github workflows to go 1.21.x
Browse files Browse the repository at this point in the history
  • Loading branch information
markdingo committed Dec 7, 2023
1 parent 76557f7 commit 0970889
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
strategy:
matrix:
os: [ ubuntu-latest ]
go: [ 1.19.x, 1.20.x ]
go: [ 1.21.x ]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@main
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
matrix:
os: [ ubuntu-latest ]
go: [ 1.19.x, 1.20.x ]
go: [ 1.21.x ]
runs-on: ${{ matrix.os }}
steps:
- name: Set up Go
Expand Down

0 comments on commit 0970889

Please sign in to comment.