Skip to content

Commit

Permalink
chore: upgrade go version
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-karan committed Mar 21, 2022
1 parent 3533aee commit 71c9e3c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.17
go-version: 1.18

- name: Login to GitHub Container Registry
uses: docker/login-action@v1
Expand Down
2 changes: 1 addition & 1 deletion dev/Dockerfile.dev
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.17 as builder
FROM golang:1.18 as builder
# Disable CGO
ENV CGO_ENABLED=0
WORKDIR /app
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ require (
google.golang.org/protobuf v1.26.0-rc.1 // indirect
)

go 1.17
go 1.18

0 comments on commit 71c9e3c

Please sign in to comment.