Skip to content

Commit

Permalink
move to strace library from u-root/u-root
Browse files Browse the repository at this point in the history
Signed-off-by: Alessio Greggi <[email protected]>
  • Loading branch information
alegrey91 committed Aug 20, 2024
1 parent f5d4db1 commit 2246805
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # ratchet:actions/setup-go@v4
with:
go-version: '1.20'
go-version: '1.22'

- name: Run Unit-Test
run: |
Expand All @@ -42,7 +42,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # ratchet:actions/setup-go@v4
with:
go-version: '1.20'
go-version: '1.22'

- name: Build coverage-instrumented binary
run: |
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/alegrey91/fwdctl

go 1.22.5
go 1.22

require (
github.com/coreos/go-iptables v0.6.1-0.20220901214115-d2b8608923d1
Expand Down

0 comments on commit 2246805

Please sign in to comment.