Skip to content

Commit

Permalink
update the github action workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
xgfone committed Sep 13, 2022
1 parent 3178804 commit 544d9f9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ env:
GOPATH: /home/runner/go # For go 1.7
jobs:
build:
runs-on: ubuntu-18.04
runs-on: ubuntu-22.04
name: Go ${{ matrix.go }}
strategy:
matrix:
Expand All @@ -22,6 +22,7 @@ jobs:
- '1.16'
- '1.17'
- '1.18'
- '1.19'
steps:
- uses: actions/checkout@v2
- name: Setup Go
Expand Down

0 comments on commit 544d9f9

Please sign in to comment.