Skip to content

Commit

Permalink
update vers and action vers
Browse files Browse the repository at this point in the history
  • Loading branch information
bxrne committed Oct 11, 2024
1 parent e1a0a1d commit 37b35a3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

strategy:
matrix:
go-version: [1.19, 1.20]
go-version: [1.23]
os: [ubuntu-latest, windows-latest, macos-latest]

steps:
Expand All @@ -37,14 +37,14 @@ jobs:
- name: Upload build artifacts
if: success()
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: ${{ matrix.os }}-build
path: build/

- name: Upload coverage report
if: success()
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: coverage-report
path: coverage.out
Expand Down

0 comments on commit 37b35a3

Please sign in to comment.