mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
Allow patch-level updates in Go CI
This commit is contained in:
2
.github/workflows/go-tests-other-os.yml
vendored
2
.github/workflows/go-tests-other-os.yml
vendored
@@ -8,7 +8,7 @@ on:
|
||||
- .github/actions/**
|
||||
- codeql-workspace.yml
|
||||
env:
|
||||
GO_VERSION: '1.21.0'
|
||||
GO_VERSION: '~1.21.0'
|
||||
jobs:
|
||||
test-mac:
|
||||
name: Test MacOS
|
||||
|
||||
2
.github/workflows/go-tests.yml
vendored
2
.github/workflows/go-tests.yml
vendored
@@ -16,7 +16,7 @@ on:
|
||||
- .github/actions/**
|
||||
- codeql-workspace.yml
|
||||
env:
|
||||
GO_VERSION: '1.21.0'
|
||||
GO_VERSION: '~1.21.0'
|
||||
jobs:
|
||||
test-linux:
|
||||
name: Test Linux (Ubuntu)
|
||||
|
||||
Reference in New Issue
Block a user