mirror of
https://github.com/gogs/gogs.git
synced 2025-05-28 18:22:45 +00:00
ci: delete Go 1.15 and add Go 1.18 (#6847)
This commit is contained in:
parent
1791665f74
commit
3539de754d
2
.github/workflows/go.yml
vendored
2
.github/workflows/go.yml
vendored
@ -54,7 +54,7 @@ jobs:
|
||||
name: Test
|
||||
strategy:
|
||||
matrix:
|
||||
go-version: [ 1.15.x, 1.16.x, 1.17.x ]
|
||||
go-version: [ 1.16.x, 1.17.x, 1.18.x ]
|
||||
platform: [ ubuntu-latest, macos-latest, windows-latest ]
|
||||
runs-on: ${{ matrix.platform }}
|
||||
steps:
|
||||
|
Loading…
x
Reference in New Issue
Block a user