We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a7b911a + 8a9d5a5 commit 8c01132Copy full SHA for 8c01132
.github/workflows/linters.yml
@@ -11,7 +11,7 @@ jobs:
11
uses: actions/checkout@v3
12
13
- name: Set up Go
14
- uses: actions/setup-go@v3 # action page: <https://github.com/actions/setup-go>
+ uses: actions/setup-go@v4 # action page: <https://github.com/actions/setup-go>
15
with:
16
go-version: 1.19
17
.github/workflows/linux.yml
@@ -30,7 +30,7 @@ jobs:
30
os: ["ubuntu-latest"]
31
steps:
32
- name: Set up Go ${{ matrix.go }}
33
34
35
go-version: ${{ matrix.go }}
36
0 commit comments