Skip to content

Commit

Permalink
go 1.22.6
Browse files Browse the repository at this point in the history
  • Loading branch information
yajith committed Aug 29, 2024
1 parent fee5c51 commit a0da36d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/dev.workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ jobs:
- name: checkout code
uses: actions/[email protected]
# https://github.com/docker/setup-qemu-action
- name: "[preparation] set up golang"
uses: actions/[email protected]
with:
go-version-file: go.mod
- name: Set up QEMU
uses: docker/[email protected]
# https://github.com/docker/setup-buildx-action
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/portainer/compose-unpacker

go 1.22.5
go 1.22.6

require (
github.com/alecthomas/kong v0.6.1
Expand Down

0 comments on commit a0da36d

Please sign in to comment.