Skip to content

Commit

Permalink
upgrade checkout action
Browse files Browse the repository at this point in the history
  • Loading branch information
markusressel committed Apr 4, 2022
1 parent ee03ba6 commit cecbf57
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ jobs:
- name: Install libsensors4-dev (needed for gosensors testing)
run: sudo apt-get install -y libsensors4-dev

- name: Checkout the repository
uses: actions/checkout@v3

- uses: actions/setup-go@v3
with:
go-version: '^1.18'

- name: Checkout the repository
uses: actions/checkout@v2

- name: Test
run: go test -v ./...

Expand Down

0 comments on commit cecbf57

Please sign in to comment.