Skip to content

Commit

Permalink
ci: upgrade GitHub actions (#82)
Browse files Browse the repository at this point in the history
  • Loading branch information
ansidev committed May 19, 2023
1 parent 7986455 commit 16c48ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Set up Go 1.x
uses: actions/setup-go@v2
uses: actions/setup-go@v4
with:
go-version: 1.16
id: go
- name: Check out code
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Runs tests
run: make

0 comments on commit 16c48ef

Please sign in to comment.