Skip to content

Commit

Permalink
Merge pull request #2 from IT4smart/dependabot/github_actions/actions…
Browse files Browse the repository at this point in the history
…/setup-go-4

Bump actions/setup-go from 3 to 4
  • Loading branch information
hack3d committed Apr 17, 2023
2 parents 946d042 + fc9fea5 commit ef7cc37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
GO111MODULE: on
steps:
- name: Install go ${{ matrix.go-version }}
uses: actions/setup-go@v3
uses: actions/setup-go@v4
with:
go-version: ${{ matrix.go-version }}

Expand Down

0 comments on commit ef7cc37

Please sign in to comment.