Skip to content

Commit

Permalink
build: bump Go to 1.23
Browse files Browse the repository at this point in the history
  • Loading branch information
RiccardoM committed Nov 15, 2024
1 parent 9612421 commit 182e82b
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 44 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Setup Go 🧰
uses: actions/setup-go@v5
with:
go-version: '1.22'
go-version: '1.23'

- name: Setup GOPRIVATE 🛡️
run: git config --global url.https://[email protected]/.insteadOf https://github.com/
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Setup Go 🧰
uses: actions/setup-go@v5
with:
go-version: '1.22'
go-version: '1.23'

- name: Display go version 🛂
run: go version
Expand Down Expand Up @@ -51,7 +51,7 @@ jobs:
- name: Setup Go 🧰
uses: actions/setup-go@v5
with:
go-version: '1.22'
go-version: '1.23'

- name: Setup GOPRIVATE 🛡️
run: git config --global url.https://[email protected]/.insteadOf https://github.com/
Expand All @@ -77,7 +77,7 @@ jobs:
- name: Setup Go 🧰
uses: actions/setup-go@v5
with:
go-version: '1.22'
go-version: '1.23'

- name: Setup GOPRIVATE 🛡️
run: git config --global url.https://[email protected]/.insteadOf https://github.com/
Expand Down Expand Up @@ -126,7 +126,7 @@ jobs:
- name: Setup Go 🧰
uses: actions/setup-go@v5
with:
go-version: '1.22'
go-version: '1.23'

- name: Setup GOPRIVATE 🛡️
run: git config --global url.https://[email protected]/.insteadOf https://github.com/
Expand Down Expand Up @@ -236,7 +236,7 @@ jobs:
- name: Setup Go 🧰
uses: actions/setup-go@v5
with:
go-version: '1.22'
go-version: '1.23'

- name: Setup GOPRIVATE 🛡️
run: git config --global url.https://[email protected]/.insteadOf https://github.com/
Expand Down
4 changes: 1 addition & 3 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
module github.com/milkyway-labs/milkyway

go 1.22.7

toolchain go1.22.8
go 1.23

require (
cosmossdk.io/api v0.7.6
Expand Down
35 changes: 0 additions & 35 deletions shared.Dockerfile

This file was deleted.

0 comments on commit 182e82b

Please sign in to comment.