Skip to content

Commit

Permalink
setup go
Browse files Browse the repository at this point in the history
  • Loading branch information
mrwormhole authored Jun 9, 2024
1 parent 558da7b commit 314ad9c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- uses: actions/setup-go@v5
with:
go-version: '1.22.x'

- name: Login to GHCR
uses: docker/login-action@v3
with:
Expand Down

0 comments on commit 314ad9c

Please sign in to comment.