Skip to content

Commit

Permalink
Upgrade setup-go to v5 and use go 1.23.0
Browse files Browse the repository at this point in the history
  • Loading branch information
arunsathiya committed Aug 20, 2024
1 parent 2126c1c commit 67b2b48
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ jobs:
dir: ${{fromJson(needs.diff.outputs.matrix)}}
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v2
- uses: actions/setup-go@v5
with:
go-version: "^1.12.1"
go-version: "^1.23.0"
- name: Run tests in changed directories
run: |
for dir in "${{ matrix.dir }}"; do
Expand All @@ -52,8 +52,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v2
- uses: actions/setup-go@v5
with:
go-version: "^1.12.1"
go-version: "^1.23.0"
- name: Run tests
run: go test ./...

0 comments on commit 67b2b48

Please sign in to comment.