Skip to content

Commit 81fc442

Browse files
authored
Update actions/setup-go action to v5.6.0 (#94)
Co-authored-by: descope[bot] <107609351+descope[bot]@users.noreply.github.com>
1 parent acedce5 commit 81fc442

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
steps:
1212
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
1313
- name: Set up Go
14-
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
14+
uses: actions/setup-go@40f1582b2485089dde7abd97c1529aa768e1baff # v5.6.0
1515
with:
1616
go-version: ${{ env.GO_VERSION }}
1717
- name: Build

0 commit comments

Comments
 (0)