We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79a08b4 commit 15ee0beCopy full SHA for 15ee0be
.github/workflows/build.yml
@@ -34,7 +34,7 @@ jobs:
34
- name: Checkout
35
uses: actions/checkout@v4
36
- name: Set up Go ${{ matrix.go-version }} environment
37
- uses: actions/setup-go@v4
+ uses: actions/setup-go@v5
38
with:
39
go-version: ${{ matrix.go-version }}
40
check-latest: true
.github/workflows/codeql-analysis.yml
@@ -41,7 +41,7 @@ jobs:
41
- name: Checkout repository
42
43
44
45
46
47
0 commit comments