Skip to content

Commit

Permalink
Use go v1.21
Browse files Browse the repository at this point in the history
  • Loading branch information
Dennis Staal committed Feb 6, 2024
1 parent 1991e6d commit e83803e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,11 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3

- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.18
go-version: 1.21

- name: Git checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit e83803e

Please sign in to comment.