Update nightly to Go 1.18

Signed-off-by: Ivan Kozlovic <ivan@synadia.com>
This commit is contained in:
Ivan Kozlovic
2022-07-29 17:15:12 -06:00
parent 465db58b44
commit ab1b86ef96
2 changed files with 2 additions and 2 deletions

View File

@@ -23,7 +23,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.17
go-version: 1.18
- name: goreleaser
uses: goreleaser/goreleaser-action@v2

View File

@@ -1,4 +1,4 @@
FROM golang:1.17-alpine AS builder
FROM golang:1.18-alpine AS builder
ARG VERSION="nightly"