Skip to content

Commit

Permalink
Merge pull request #35 from Rican7/chore/workflow-updates
Browse files Browse the repository at this point in the history
Chore - CI Dependency Updates
  • Loading branch information
Rican7 authored Feb 22, 2024
2 parents bd2b84c + 00c228f commit efd18e3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Setup Go
uses: actions/setup-go@v3
uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go }}
cache: true
Expand All @@ -43,6 +43,7 @@ jobs:

- name: Send code coverage to coveralls
if: ${{ matrix.go == '1.22.x' }}
continue-on-error: true
env:
COVERALLS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
Expand Down

0 comments on commit efd18e3

Please sign in to comment.