Skip to content

Commit

Permalink
ci: bump go
Browse files Browse the repository at this point in the history
  • Loading branch information
ernado committed Apr 18, 2024
1 parent 2bdd034 commit bca29c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yml
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v5
with:
go-version: 1.21.x
go-version: 1.22.x

- name: Get Go environment
id: go-env
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Expand Up @@ -18,7 +18,7 @@ jobs:
runner:
- ubuntu-latest
go:
- 1.21.x
- 1.22.x
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand Down

0 comments on commit bca29c0

Please sign in to comment.