Skip to content

Commit

Permalink
github: Update GH actions versions
Browse files Browse the repository at this point in the history
  • Loading branch information
bep committed Aug 9, 2024
1 parent 9caf5cf commit 77f330f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ jobs:
test:
strategy:
matrix:
go-version: [1.18.x]
go-version: [1.22.x]
os: [ubuntu-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- name: Install Go
uses: actions/setup-go@v3
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
with:
go-version: ${{ matrix.go-version }}
- name: Install staticcheck
Expand All @@ -28,7 +28,7 @@ jobs:
run: echo "$(go env GOPATH)/bin" >> $GITHUB_PATH
shell: bash
- name: Checkout code
uses: actions/checkout@v1
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- name: Fmt
if: matrix.os != 'windows-latest'
run: "diff <(gofmt -d .) <(printf '')"
Expand Down

0 comments on commit 77f330f

Please sign in to comment.