Skip to content

Commit

Permalink
Update all workflow to go1.23
Browse files Browse the repository at this point in the history
  • Loading branch information
bentito committed Nov 12, 2024
1 parent 8fbf910 commit 995187e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/license-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v2
with:
go-version: '~1.19'
go-version: '~1.23'
- name: Perform the test
run: make test-license
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
go-version: '~1.19'
go-version: '~1.23'
- run: |
make build
chmod +x bin/audit-tool
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v2
with:
go-version: '~1.19'
go-version: '~1.23'
- name: Perform the test
run: make test
coverage:
Expand All @@ -34,7 +34,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v2
with:
go-version: '1.19'
go-version: '1.23'
- name: Generate the coverage output
run: make test-coverage
- name: Send the coverage output
Expand Down

0 comments on commit 995187e

Please sign in to comment.