Skip to content

Commit

Permalink
Merge pull request #112 from rebuy-de/update-go
Browse files Browse the repository at this point in the history
update go to final 1.18 release
  • Loading branch information
svenwltr authored Mar 18, 2022
2 parents b79e944 + b735887 commit 27ce410
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
uses: actions/setup-go@v2
with:
stable: 'false'
go-version: '1.18.0-beta2'
go-version: '1.18.0'
- name: Setup tools
run: |
go install golang.org/x/lint/golint@latest
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.18beta2-alpine as builder
FROM golang:1.18-alpine as builder

RUN apk add --no-cache git openssl

Expand Down

0 comments on commit 27ce410

Please sign in to comment.