Skip to content

Commit

Permalink
Update workflows with latest versions of GitHub actions
Browse files Browse the repository at this point in the history
  • Loading branch information
jt-nti committed Oct 10, 2022
1 parent efe063e commit 0a329bd
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 @@ -28,10 +28,10 @@ jobs:
GOARCH: ${{ matrix.goarch }}

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: 1.17

Expand Down

0 comments on commit 0a329bd

Please sign in to comment.