Pin the version for code-scanning purposes. (#129)

* Pin the version for code-scanning purposes.

* Can't specify patch in minimum version.
This commit is contained in:
Alex Kubacki
2023-05-30 13:17:16 -06:00
committed by GitHub
parent d3f7883ee6
commit e96f18ebd9
2 changed files with 2 additions and 2 deletions

View File

@@ -12,7 +12,7 @@ jobs:
- name: install golang
uses: actions/setup-go@v2
with:
go-version: 1.20.x
go-version: 1.20.4
- name: checkout code
uses: actions/checkout@v2

View File

@@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
go-version: [1.19.x, 1.20.x]
go-version: [1.20.4]
steps:
- name: install golang