-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #683 from oasisprotocol/andrew7234/bump-oasis-sdk
bump oasis-sdk version to v0.8.2
- Loading branch information
Showing
8 changed files
with
142 additions
and
154 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
bump oasis-sdk version |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -45,11 +45,11 @@ jobs: | |
CI_TEST_CONN_STRING: "postgresql://postgres:[email protected]:5432/postgres?sslmode=disable" | ||
steps: | ||
- name: Checkout code | ||
uses: actions/checkout@v3 | ||
uses: actions/checkout@v4 | ||
- name: Set up Go | ||
uses: actions/setup-go@v3 | ||
uses: actions/setup-go@v5 | ||
with: | ||
go-version: 1.21.3 | ||
go-version: 1.22.x | ||
- name: Install Go tools | ||
run: go install github.com/deepmap/oapi-codegen/cmd/[email protected] | ||
- name: Build Go | ||
|
@@ -60,7 +60,7 @@ jobs: | |
# NOTE: This should run _after_ the build step, so that oapi-codegen has already run | ||
# and generated the Go code that points to some of the dependencies. | ||
run: | | ||
go mod tidy -v -x -compat=1.21 # goreleaser does the same; can find lingering issues | ||
go mod tidy -v -x -compat=1.22 # goreleaser does the same; can find lingering issues | ||
echo TIDY RESULTS START; git diff || true; echo TIDY RESULTS END | ||
- name: Upload to codecov.io | ||
uses: codecov/[email protected] | ||
|
@@ -101,11 +101,11 @@ jobs: | |
runs-on: ubuntu-20.04 | ||
steps: | ||
- name: Checkout code | ||
uses: actions/checkout@v3 | ||
uses: actions/checkout@v4 | ||
- name: Set up Go | ||
uses: actions/setup-go@v3 | ||
uses: actions/setup-go@v5 | ||
with: | ||
go-version: 1.21 | ||
go-version: 1.22.x | ||
- name: Autogenerate Go code | ||
run: | | ||
go install github.com/deepmap/oapi-codegen/cmd/[email protected] | ||
|
@@ -137,13 +137,13 @@ jobs: | |
runs-on: ubuntu-20.04 | ||
steps: | ||
- name: Checkout code | ||
uses: actions/checkout@v3 | ||
uses: actions/checkout@v4 | ||
with: | ||
lfs: true | ||
- name: Set up Go | ||
uses: actions/setup-go@v3 | ||
uses: actions/setup-go@v5 | ||
with: | ||
go-version: 1.21 | ||
go-version: 1.22.x | ||
- name: Autogenerate Go code | ||
run: | | ||
go install github.com/deepmap/oapi-codegen/cmd/[email protected] | ||
|
@@ -168,13 +168,13 @@ jobs: | |
runs-on: ubuntu-20.04 | ||
steps: | ||
- name: Checkout code | ||
uses: actions/checkout@v3 | ||
uses: actions/checkout@v4 | ||
with: | ||
lfs: true | ||
- name: Set up Go | ||
uses: actions/setup-go@v3 | ||
uses: actions/setup-go@v5 | ||
with: | ||
go-version: 1.21 | ||
go-version: 1.22.x | ||
- name: Autogenerate Go code | ||
run: | | ||
go install github.com/deepmap/oapi-codegen/cmd/[email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM golang:1.21-bookworm AS oasis-core | ||
FROM golang:1.22-bookworm AS oasis-core | ||
|
||
ARG OASIS_CORE_VERSION=23.0.2 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM golang:1.21-bookworm AS oasis-node | ||
FROM golang:1.22-bookworm AS oasis-node | ||
|
||
ARG OASIS_CORE_VERSION=23.0.2 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.