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

Build with Go 1.18

This commit is contained in:
James Hillyerd
2022-07-04 16:23:06 -07:00
parent a10a6244c9
commit 03cc31fb70
3 changed files with 4 additions and 4 deletions

View File

@@ -14,7 +14,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v2
with:
go-version: 1.17
go-version: 1.18
- name: Setup Node.js
uses: actions/setup-node@v3
with: