Skip to content

Commit

Permalink
Use setup go
Browse files Browse the repository at this point in the history
  • Loading branch information
eaudetcobello committed May 24, 2024
1 parent d91f455 commit cfe0730
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/sync-registry.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4

- uses: actions/setup-go@v5
with:
go-version: '>=1.22.0'

- run: go version

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

0 comments on commit cfe0730

Please sign in to comment.