Skip to content

Commit

Permalink
use go 1.22.6
Browse files Browse the repository at this point in the history
  • Loading branch information
FZambia committed Aug 12, 2024
1 parent d0fb353 commit 7c169dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go-version: [1.22.5]
go-version: [1.22.6]
steps:
- name: Install Go
uses: actions/setup-go@v5
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
if: github.event_name == 'push' || github.event.pull_request.head.repo.full_name != github.repository
strategy:
matrix:
go-version: [1.22.5]
go-version: [1.22.6]
tarantool-version: [2.7.2]
steps:
- name: Install Go
Expand Down

0 comments on commit 7c169dd

Please sign in to comment.