Skip to content

Commit

Permalink
Bump actions/setup-go from 2 to 4 (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Nov 13, 2023
1 parent 6e9ce2e commit d40fdc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- uses: actions/checkout@v2

- name: Setup Go ${{ matrix.go }}
uses: actions/setup-go@v2
uses: actions/setup-go@v4
with:
go-version: ${{ matrix.go-version }}

Expand Down

0 comments on commit d40fdc0

Please sign in to comment.