Skip to content

Commit

Permalink
Updaded Go github action
Browse files Browse the repository at this point in the history
  • Loading branch information
msoap committed Nov 26, 2022
1 parent c2312ba commit 1367ca7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ jobs:
matrix:
go: ['1.18.x', '1.19.x']
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Set up Go
uses: actions/setup-go@v2
uses: actions/setup-go@v3
with:
go-version: ${{ matrix.go }}

Expand Down

0 comments on commit 1367ca7

Please sign in to comment.