bump to go 1.19 and update workflow refs

This commit is contained in:
i-norden
2023-04-14 14:49:39 +08:00
committed by roysc
parent b410c0876a
commit 20fa187092
6 changed files with 168 additions and 435 deletions
+2 -2
View File
@@ -29,8 +29,8 @@ jobs:
BUILD_KEY: ${{ secrets.BUILD_KEY }}
with:
STACK_ORCHESTRATOR_REF: "f2fd766f5400fcb9eb47b50675d2e3b1f2753702"
GO_ETHEREUM_REF: "2ddad81c1a04ff494a706f2f757a0f75d2616fbd"
IPLD_ETH_DB_REF: "6c00c38cc4e1db6f7c4cecbb62fdfd540fba50d6"
GO_ETHEREUM_REF: "c339429ff6550d8012d65977fc79f73bba2616e3"
IPLD_ETH_DB_REF: "be345e0733d2c025e4082c5154e441317ae94cf7"
build:
name: Run docker build
runs-on: ubuntu-latest
+2 -2
View File
@@ -89,7 +89,7 @@ jobs:
run: mkdir -p /tmp/go
- uses: actions/setup-go@v3
with:
go-version: "1.18.x"
go-version: "1.19.x"
check-latest: true
- uses: actions/checkout@v2
with:
@@ -157,7 +157,7 @@ jobs:
run: mkdir -p /tmp/go
- uses: actions/setup-go@v3
with:
go-version: "1.18.x"
go-version: "1.19.x"
check-latest: true
- uses: actions/checkout@v2
with: