We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2126c1c commit 67b2b48Copy full SHA for 67b2b48
.github/workflows/tests.yml
@@ -33,9 +33,9 @@ jobs:
33
dir: ${{fromJson(needs.diff.outputs.matrix)}}
34
steps:
35
- uses: actions/checkout@v4
36
- - uses: actions/setup-go@v2
+ - uses: actions/setup-go@v5
37
with:
38
- go-version: "^1.12.1"
+ go-version: "^1.23.0"
39
- name: Run tests in changed directories
40
run: |
41
for dir in "${{ matrix.dir }}"; do
@@ -52,8 +52,8 @@ jobs:
52
runs-on: ubuntu-latest
53
54
55
56
57
58
- name: Run tests
59
run: go test ./...
0 commit comments