Skip to content

Commit

Permalink
back to 1.23.6
Browse files Browse the repository at this point in the history
  • Loading branch information
sstanculeanu committed Feb 18, 2025
1 parent fdccb33 commit 121084a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ jobs:
steps:
- uses: actions/setup-go@v5
with:
go-version: 1.22.12
go-version: 1.23.6
- uses: actions/checkout@v4
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
# Required: the version of golangci-lint is required and must be specified without patch version: we always use the latest patch version.
version: v1.59.1
version: v1.64.5

# Optional: working directory, useful for monorepos
# working-directory: somedir
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pr-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ jobs:
name: Unit
runs-on: ubuntu-latest
steps:
- name: Set up Go 1.22.12
- name: Set up Go 1.23.6
uses: actions/setup-go@v5
with:
go-version: 1.22.12
go-version: 1.23.6
id: go

- name: Check out code
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/multiversx/mx-chain-core-go

go 1.22
go 1.23

require (
github.com/btcsuite/btcd/btcutil v1.1.3
Expand Down

0 comments on commit 121084a

Please sign in to comment.