Skip to content

Commit

Permalink
Bump Go version to 1.20
Browse files Browse the repository at this point in the history
Signed-off-by: Paulo Gomes <pjbgf@linux.com>
  • Loading branch information
pjbgf committed Feb 28, 2023
1 parent bb87bc7 commit 45d3405
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.19-alpine
FROM golang:1.20-alpine

RUN apk add gcc build-base \
apparmor-utils libapparmor libapparmor-dev
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/pjbgf/go-apparmor

go 1.18
go 1.20

require (
github.com/go-logr/logr v1.2.3
Expand Down
2 changes: 1 addition & 1 deletion tests/e2e/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/pjbgf/go-apparmor/tests/e2e

go 1.18
go 1.20

replace github.com/pjbgf/go-apparmor => ../..

Expand Down

0 comments on commit 45d3405

Please sign in to comment.