Skip to content

Commit

Permalink
Re-adding go 1.21 to the action
Browse files Browse the repository at this point in the history
  • Loading branch information
alexlovelltroy committed Jan 12, 2024
1 parent f6e6060 commit 59f963d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Set up Go 1.21
uses: actions/setup-go@v2
with:
go-version: 1.21

- name: Checkout
uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 59f963d

Please sign in to comment.