This is an automated email from the ASF dual-hosted git repository.

kichan pushed a commit to branch master
in repository 
https://gitbox.apache.org/repos/asf/trafficserver-ingress-controller.git


The following commit(s) were added to refs/heads/master by this push:
     new 5c2cb1b  Update go.fmt.yml (#224)
5c2cb1b is described below

commit 5c2cb1bd58f7b32a5cc079d1f6717c41e3c7bc7c
Author: Kit Chan <[email protected]>
AuthorDate: Fri May 17 10:44:56 2024 -0700

    Update go.fmt.yml (#224)
---
 .github/workflows/go.fmt.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/go.fmt.yml b/.github/workflows/go.fmt.yml
index e87dc36..3c61027 100644
--- a/.github/workflows/go.fmt.yml
+++ b/.github/workflows/go.fmt.yml
@@ -40,9 +40,9 @@ jobs:
     - name: Checkout
       uses: actions/checkout@master
     - name: go-version
-      run: echo "::set-output name=value::$(cat GO_VERSION)"
+      run: echo "value=$(cat GO_VERSION)" >>$GITHUB_OUTPUT
       id: go-version
-    - uses: actions/setup-go@v2
+    - uses: actions/setup-go@v5
       with:
         go-version: ${{ steps.go-version.outputs.value }} # The Go version to 
download (if necessary) and use.
     - name: go fmt

Reply via email to