Skip to content

Commit

Permalink
build: downgrade to golang 1.20.5 (from .6)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshiste committed Jul 28, 2023
1 parent 153b9da commit d75ef6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -26,7 +26,7 @@ jobs:

- uses: actions/setup-go@v4
with:
go-version: '^1.20.0'
go-version: '1.20.5'

- name: Audit
run: |
Expand Down

0 comments on commit d75ef6d

Please sign in to comment.