Skip to content

Commit

Permalink
fix(ci): solve issues with docker
Browse files Browse the repository at this point in the history
see: moby/buildkit#4043
Signed-off-by: Jason Dellaluce <[email protected]>
  • Loading branch information
jasondellaluce committed Jul 20, 2023
1 parent db20118 commit a7a045e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/reusable_build_rules_tool.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Setup Golang
uses: actions/setup-go@v3
with:
go-version: '^1.19'
go-version: '1.19.0'

- name: Checkout rules
uses: actions/checkout@v3
Expand Down

0 comments on commit a7a045e

Please sign in to comment.