Skip to content

Commit

Permalink
Build with Go 1.20
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickhoefler committed Jun 20, 2023
1 parent 5ce26b1 commit aa419ec
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Harden Runner
uses: step-security/harden-runner@55d479fb1c5bcad5a4f9099a5d9f37c8857b2845 # v2.4.1
with:
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs
egress-policy: audit

- name: Checkout
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
Expand Down
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,6 @@ FLAGS = -ldflags "$(LDFLAGS)"

build:
go build $(FLAGS)

build-linux-amd64:
GOOS=linux GOARCH=amd64 go build $(FLAGS)
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/patrickhoefler/dockerfilegraph

go 1.19
go 1.20

require (
github.com/aquilax/truncate v1.0.0
Expand Down

0 comments on commit aa419ec

Please sign in to comment.