Skip to content

Commit

Permalink
Pin the version for code-scanning purposes. (#129)
Browse files Browse the repository at this point in the history
* Pin the version for code-scanning purposes.

* Can't specify patch in minimum version.
  • Loading branch information
UserNotFound committed May 30, 2023
1 parent d3f7883 commit e96f18e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

strategy:
matrix:
go-version: [1.19.x, 1.20.x]
go-version: [1.20.4]

steps:
- name: install golang
Expand Down

0 comments on commit e96f18e

Please sign in to comment.