1
0
mirror of https://github.com/jhillyerd/inbucket.git synced 2025-12-17 09:37:02 +00:00
Signed-off-by: James Hillyerd <james@hillyerd.com>
This commit is contained in:
James Hillyerd
2024-02-04 20:03:30 -08:00
committed by GitHub
parent 6a389c78cc
commit e190adef4d
4 changed files with 6 additions and 6 deletions

View File

@@ -14,8 +14,8 @@ jobs:
strategy:
matrix:
go:
- '1.21'
- '1.20'
- '1.19'
steps:
- uses: actions/checkout@v3
@@ -52,7 +52,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v3
with:
go-version: '1.20'
go-version: '1.21'
- name: Build
run: go build ./...