Skip to content

Commit

Permalink
chore: upgrade to go 1.21 (#151)
Browse files Browse the repository at this point in the history
* chore: upgrade to go 1.21

* upgrade version to 1.54
  • Loading branch information
hirokisan authored Dec 16, 2023
1 parent 3668b4b commit cd1d3fe
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ jobs:
steps:
- uses: actions/setup-go@v3
with:
go-version: 1.18
go-version: 1.21
- uses: actions/checkout@v3
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.46
version: v1.54
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
go-version: '1.18'
go-version: '1.21'
- name: check-go-version
run: go version
- name: go-test
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/hirokisan/bybit/v2

go 1.18
go 1.21

require (
github.com/google/go-querystring v1.1.0
Expand Down

0 comments on commit cd1d3fe

Please sign in to comment.