We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6fac32 commit 88af57aCopy full SHA for 88af57a
.github/workflows/build-and-test.yml
@@ -14,7 +14,7 @@ jobs:
14
- name: Checkout Repo
15
uses: actions/checkout@v4
16
- name: Setup Go
17
- uses: actions/setup-go@v5.2.0
+ uses: actions/setup-go@v5.3.0
18
with:
19
go-version: "1.22"
20
- name: Setup Go Environment
@@ -47,7 +47,7 @@ jobs:
47
48
49
50
51
52
53
.github/workflows/tidy.yml
ref: ${{ github.head_ref }}
0 commit comments