Skip to content

Commit

Permalink
use go1.21.1
Browse files Browse the repository at this point in the history
  • Loading branch information
FZambia committed Sep 7, 2023
1 parent 2569ca2 commit 5cc45c8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.21.0]
go-version: [1.21.1]
steps:
- name: Install Go
uses: actions/setup-go@v3
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.21.0]
go-version: [1.21.1]
tarantool-version: [2.7.2]
steps:
- name: Install Go
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

module github.com/centrifugal/centrifugo/v5

go 1.20
go 1.21

require (
github.com/FZambia/eagle v0.1.0
Expand Down

0 comments on commit 5cc45c8

Please sign in to comment.