Skip to content

Commit f2db779

Browse files
authored
Go 1.18 (#68)
* go 1.18 dockerfile * go 1.18 * go 1.18 for CI * Update Dockerfile
1 parent 213b768 commit f2db779

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/go.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ jobs:
1010
build:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v2
13+
- uses: actions/checkout@v3
1414

1515
- name: Set up Go
16-
uses: actions/setup-go@v2
16+
uses: actions/setup-go@v3
1717
with:
18-
go-version: 1.16
18+
go-version: 1.18
1919

2020
- name: Build
2121
run: go build -v ./...

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
FROM golang:1.16-alpine
1+
FROM golang:1.18-alpine
22

3-
ARG PROTOC_VERSION="3.12.2"
3+
ARG PROTOC_VERSION="3.20.0"
44
RUN apk add g++
55
# add make
66
RUN apk add make

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/cosmos/cosmos-proto
22

3-
go 1.17
3+
go 1.18
44

55
require (
66
github.com/google/go-cmp v0.5.6

0 commit comments

Comments
 (0)