From 7b7419b4fc60899d26d3c5fd30e1fffc820c0861 Mon Sep 17 00:00:00 2001 From: Brandon Palm Date: Fri, 10 Nov 2023 09:59:15 -0600 Subject: [PATCH] Update Go to v1.21.4 (#52) --- .github/workflows/build-latest-image.yml | 4 ++-- go.mod | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-latest-image.yml b/.github/workflows/build-latest-image.yml index f777686..9f6bee9 100644 --- a/.github/workflows/build-latest-image.yml +++ b/.github/workflows/build-latest-image.yml @@ -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::" diff --git a/go.mod b/go.mod index 456f5c7..88ffa11 100644 --- a/go.mod +++ b/go.mod @@ -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