Skip to content

Commit

Permalink
New go version in workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
leodip committed Nov 9, 2024
1 parent fe3a236 commit 38acdc6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .github/workflows/build-and-push-docker-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@ jobs:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}

- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '1.23.3'

- name: Build and push docker images
run: |
pwd
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '1.23.2'
go-version: '1.23.3'

- name: Build binaries
run: |
Expand Down

0 comments on commit 38acdc6

Please sign in to comment.