Skip to content

Commit

Permalink
.github/workflows/ updated go-version to 1.21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fb929 committed Aug 16, 2023
1 parent 42c7400 commit 45b82e4
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 @@ -11,7 +11,7 @@ jobs:
strategy:
matrix:
go-version:
- 1.19.5
- 1.21.0
env:
GOPRIVATE: github.com/anyproto
# redis for tests
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.19.5
- 1.21.0
include:
- arch: amd64
rpm_arch: x86_64
Expand Down

0 comments on commit 45b82e4

Please sign in to comment.