Skip to content

Commit

Permalink
Merge pull request #52 from tobiasdenzler/fix/adjust-build
Browse files Browse the repository at this point in the history
fix go version
  • Loading branch information
tobiasdenzler authored Feb 23, 2023
2 parents a3cac13 + cf2b712 commit 1c02527
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:

steps:

- name: Set up Go 1.13
- name: Set up Go 1.20
uses: actions/setup-go@v1
with:
go-version: 1.13
go-version: 1.20
id: go

- uses: actions/checkout@v2
Expand Down

0 comments on commit 1c02527

Please sign in to comment.