Skip to content

Commit

Permalink
.github/workflows/ update go-version=1.22
Browse files Browse the repository at this point in the history
  • Loading branch information
fb929 committed Apr 3, 2024
1 parent 75ea2fb commit fabc908
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
matrix:
go-version:
- '1.21'
- '1.22'
env:
GOPRIVATE: github.com/anyproto
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
os:
- linux
go-version:
- '1.21'
- '1.22'
include:
- arch: amd64
rpm_arch: x86_64
Expand Down

0 comments on commit fabc908

Please sign in to comment.