From a619b56cf65ef84ad2e4e5b28e8ac6020250062e Mon Sep 17 00:00:00 2001 From: James Kingsley Date: Sat, 6 Dec 2025 13:53:33 +0000 Subject: [PATCH] chore: bump setup-go to v6 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 1451685..21283fa 100644 --- a/action.yml +++ b/action.yml @@ -36,7 +36,7 @@ runs: using: composite steps: # TODO: figure out how to avoid setting up Go for non-Go extensions - - uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0 + - uses: actions/setup-go@v6 # v5.5.0 with: # The default go version is managed here because actions/setup-go favors go-version over go-version-file, # requiring us to only pass it if no other inputs are provided.