Skip to content

Commit

Permalink
Merge pull request #513 from markus-wa/ci-go1.20.x
Browse files Browse the repository at this point in the history
ci: run on Go 1.20.x
  • Loading branch information
markus-wa authored Feb 21, 2024
2 parents d689199 + f58999a commit 4b53a61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v2
with:
go-version: 1.21.x
go-version: 1.20.x

- name: Install Reviewdog
uses: reviewdog/action-setup@v1
Expand Down

0 comments on commit 4b53a61

Please sign in to comment.