Skip to content

Commit

Permalink
Upgrade actions
Browse files Browse the repository at this point in the history
  • Loading branch information
aleclerc-cio committed Nov 22, 2024
1 parent 16a4f37 commit e8800c3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,12 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Setup Go environment
uses: actions/[email protected]
uses: actions/[email protected]
with:
go-version: '1.21.13'

- name: Build
run: go build -v ./...
Expand Down

0 comments on commit e8800c3

Please sign in to comment.