Skip to content

Commit

Permalink
Merge pull request #443 from OrlovEvgeny/fix-build-go-version
Browse files Browse the repository at this point in the history
fix: golang build version 1.18 (issue #434)
  • Loading branch information
LandonTClipp committed Apr 1, 2022
2 parents b11695e + 408740d commit 8384e25
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.16
go-version: 1.18

- name: Login to DockerHub
uses: docker/login-action@v1
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
@@ -1,4 +1,4 @@
FROM golang:1.16-alpine as builder
FROM golang:1.18-alpine as builder

COPY mockery /usr/local/bin

Expand Down

0 comments on commit 8384e25

Please sign in to comment.