Skip to content

Commit

Permalink
update the actions version to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
xgfone committed Dec 12, 2022
1 parent 265f41e commit 433e663
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 @@ -4,7 +4,7 @@ env:
GO111MODULE: on
jobs:
build:
runs-on: ubuntu-18.04
runs-on: ubuntu-22.04
name: Go ${{ matrix.go }}
strategy:
matrix:
Expand All @@ -19,9 +19,9 @@ jobs:
- '1.18'
- '1.19'
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Setup Go
uses: actions/setup-go@v2
uses: actions/setup-go@v3
with:
go-version: ${{ matrix.go }}
- run: go test -race ./...

0 comments on commit 433e663

Please sign in to comment.