mirror of
https://github.com/gophish/gophish
synced 2024-11-12 23:37:11 +00:00
Updated formatting and CI to be in line with more recent versions of go
This commit is contained in:
parent
78e9a51168
commit
a53665b1b6
3 changed files with 3 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -7,7 +7,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
goVer: [1.11, 1.12, 1.13]
|
||||
goVer: [1.16, 1.17, 1.18]
|
||||
|
||||
steps:
|
||||
- name: Set up Go ${{ matrix.goVer }}
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
//go:build !go1.7
|
||||
// +build !go1.7
|
||||
|
||||
package context
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
//go:build go1.7
|
||||
// +build go1.7
|
||||
|
||||
package context
|
||||
|
|
Loading…
Reference in a new issue