1
0
mirror of https://github.com/jhillyerd/inbucket.git synced 2025-12-17 09:37:02 +00:00

Bump Go version to 1.16 (#202)

* bump go version
* Docker: bump go/alpine version
This commit is contained in:
James Hillyerd
2021-05-01 14:16:59 -07:00
committed by GitHub
parent 649e3743e0
commit 66dec49a49
2 changed files with 3 additions and 3 deletions

View File

@@ -14,7 +14,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v2
with:
go-version: 1.15
go-version: 1.16
- name: Setup Node.js
uses: actions/setup-node@v1
with: