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 18, 2023
1 parent ecb2187 commit 7cdac9f
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 @@ -2,7 +2,7 @@ name: Go
on: push
jobs:
build:
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
name: Go ${{ matrix.go }}
strategy:
matrix:
Expand All @@ -15,6 +15,7 @@ jobs:
- '1.18'
- '1.19'
- '1.20'
- '1.21'
steps:
- uses: actions/checkout@v3
- name: Setup Go
Expand Down

0 comments on commit 7cdac9f

Please sign in to comment.