Merge pull request #3310 from nats-io/update_nightly_go_version

Update nightly to Go 1.18
This commit is contained in:
Ivan Kozlovic
2022-07-29 17:17:50 -06:00
committed by GitHub
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"