We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 213b768 commit f2db779Copy full SHA for f2db779
.github/workflows/go.yml
@@ -10,12 +10,12 @@ jobs:
10
build:
11
runs-on: ubuntu-latest
12
steps:
13
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
14
15
- name: Set up Go
16
- uses: actions/setup-go@v2
+ uses: actions/setup-go@v3
17
with:
18
- go-version: 1.16
+ go-version: 1.18
19
20
- name: Build
21
run: go build -v ./...
Dockerfile
@@ -1,6 +1,6 @@
1
-FROM golang:1.16-alpine
+FROM golang:1.18-alpine
2
3
-ARG PROTOC_VERSION="3.12.2"
+ARG PROTOC_VERSION="3.20.0"
4
RUN apk add g++
5
# add make
6
RUN apk add make
go.mod
module github.com/cosmos/cosmos-proto
-go 1.17
+go 1.18
require (
github.com/google/go-cmp v0.5.6
0 commit comments