mirror of
https://github.com/Ne0nd0g/merlin
synced 2026-06-08 11:59:20 +00:00
Update go version
This commit is contained in:
@@ -31,7 +31,7 @@ jobs:
|
||||
- name: Set up Go
|
||||
uses: actions/setup-go@v4
|
||||
with:
|
||||
go-version: '1.21'
|
||||
go-version: '1.24'
|
||||
|
||||
- name: 'Build Merlin Server'
|
||||
id: build
|
||||
@@ -45,7 +45,7 @@ jobs:
|
||||
id: govulncheck
|
||||
uses: golang/govulncheck-action@v1
|
||||
with:
|
||||
go-version-input: '1.21'
|
||||
go-version-input: '1.24'
|
||||
go-package: './...'
|
||||
|
||||
- name: Gosec Security Scanner
|
||||
|
||||
Reference in New Issue
Block a user