We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0076903 commit cc5128aCopy full SHA for cc5128a
.github/workflows/ci.yaml
@@ -25,7 +25,7 @@ jobs:
25
- name: Set up Go
26
uses: actions/setup-go@v3
27
with:
28
- go-version: 1.22.12
+ go-version: 1.23.0
29
cache: false
30
31
- name: Build Go
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM golang:1.22.12-alpine AS build
+FROM golang:1.23.0-alpine AS build
2
3
WORKDIR /go/apps/iotex-core
4
0 commit comments