Allow patch-level updates in Go CI

This commit is contained in:
Michael B. Gale
2023-08-15 14:13:36 +01:00
parent 513da82510
commit b95effe916
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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)