Skip to content

Commit

Permalink
bump setup-go and checkout (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmank88 authored Oct 1, 2023
1 parent fd48439 commit 9e2570a
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 @@ -12,12 +12,12 @@ jobs:

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

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

- name: Get dependencies
run: go mod download
Expand Down

0 comments on commit 9e2570a

Please sign in to comment.