Skip to content

Commit

Permalink
Up go versions (Go 1.23) (#894)
Browse files Browse the repository at this point in the history
  • Loading branch information
FZambia authored Oct 3, 2024
1 parent 6b84de6 commit ff028e9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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.6]
go-version: [1.23.2]
steps:
- name: Install Go
uses: actions/setup-go@v5
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: '1.22.x'
go-version: '1.23.x'
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
version: v1.57.2
version: v1.61.0
args: --timeout 3m0s --verbose
test:
name: Test with Go ${{ matrix.go-version }}
Expand All @@ -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.6]
go-version: [1.23.2]
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
@@ -1,6 +1,6 @@
module github.com/centrifugal/centrifugo/v5

go 1.21
go 1.23.0

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

0 comments on commit ff028e9

Please sign in to comment.