Skip to content

Commit

Permalink
Fix go versions
Browse files Browse the repository at this point in the history
  • Loading branch information
containerscrew committed Dec 23, 2023
1 parent 76c7d2e commit 957d93e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: setup-go
uses: actions/setup-go@v4
with:
go-version: '1.21'
go-version: '1.21.5'
cache: false

- name: security
Expand Down
2 changes: 1 addition & 1 deletion .go-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.20.3
1.21.5

0 comments on commit 957d93e

Please sign in to comment.