1
0
mirror of https://github.com/jhillyerd/inbucket.git synced 2026-09-14 07:38:51 +00:00

Bump Go to 1.17 (#233)

* Bump Go to 1.17

* update chglog
This commit is contained in:
James Hillyerd
2021-08-22 12:31:13 -07:00
committed by GitHub
parent 752d5c9668
commit 8869acef0b
4 changed files with 7 additions and 4 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go: [ '1.16', '1.15' ]
go: [ '1.17', '1.16' ]
name: Go ${{ matrix.go }} build
steps:
- uses: actions/checkout@v2