Skip to content

Commit

Permalink
Update GitHub actions packages
Browse files Browse the repository at this point in the history
Update actions/checkout and actions/setup-go from v2 to v3.

Signed-off-by: Austin Vazquez <[email protected]>
  • Loading branch information
austinvazquez committed Oct 26, 2022
1 parent 780aee2 commit 2ea7755
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 @@ -8,13 +8,13 @@ jobs:
steps:

- name: Set up Go 1.18
uses: actions/setup-go@v2
uses: actions/setup-go@v3
with:
go-version: 1.18
id: go

- name: Check out code into the Go module directory
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Test
run: go test ./...
Expand Down

0 comments on commit 2ea7755

Please sign in to comment.