Skip to content

Commit 1d6dc57

Browse files
chore(deps): update actions/setup-go action to v6
1 parent 9d6abba commit 1d6dc57

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pr-checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666

6767
# Run go test suite to validate the json schema against positive and/or negative validations in /json/test
6868
- name: Set up Go
69-
uses: actions/setup-go@v4
69+
uses: actions/setup-go@v6
7070
with:
7171
go-version: ${{ env.GO_VERSION }}
7272
- name: Validate Schema

0 commit comments

Comments
 (0)