Skip to content

Commit

Permalink
Set go 1.22.2
Browse files Browse the repository at this point in the history
  • Loading branch information
CharlieMc0 committed Aug 15, 2024
1 parent 7039dcc commit 422b2bd
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/docker-build-and-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@ jobs:
with:
fetch-depth: 0

- uses: actions/setup-go@v5
with:
go-version: '1.22.2'
- run: go version

- name: Set Version from the release title.
if: github.event_name == 'workflow_dispatch'
run: |
Expand Down Expand Up @@ -61,6 +66,11 @@ jobs:
with:
fetch-depth: 0

- uses: actions/setup-go@v5
with:
go-version: '1.22.2'
- run: go version

- name: Set Version from the release title.
if: github.event_name == 'workflow_dispatch'
run: |
Expand Down

0 comments on commit 422b2bd

Please sign in to comment.