Skip to content

Commit

Permalink
Update Go to v1.21.4 (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
sebrandon1 authored Nov 10, 2023
1 parent 829d211 commit 7b7419b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-latest-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,10 @@ jobs:
KUBECONFIG: '/home/runner/.kube/config'

steps:
- name: Set up Go 1.21.3
- name: Set up Go 1.21.4
uses: actions/setup-go@v4
with:
go-version: 1.21.3
go-version: 1.21.4

- name: Disable default go problem matcher
run: echo "::remove-matcher owner=go::"
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/test-network-function/l2discovery

go 1.21.3
go 1.21.4

require github.com/sirupsen/logrus v1.9.3

Expand Down

0 comments on commit 7b7419b

Please sign in to comment.