Skip to content

Commit

Permalink
update github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
xgfone committed Dec 12, 2023
1 parent 8d4ca9f commit 93e455b
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 @@ -4,14 +4,15 @@ env:
GO111MODULE: on
jobs:
build:
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
name: Go ${{ matrix.go }}
strategy:
matrix:
go:
- '1.18'
- '1.19'
- '1.20'
- '1.21'
steps:
- uses: actions/checkout@v3
- name: Setup Go
Expand Down

0 comments on commit 93e455b

Please sign in to comment.