Skip to content

Commit

Permalink
Update setup go to latest version (#185)
Browse files Browse the repository at this point in the history
* Update setup-go to v4

* Update setup-go to v4
  • Loading branch information
razor54 authored Aug 16, 2023
1 parent 111751e commit 0a34831
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
steps:

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

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
steps:

- name: Install Go
uses: actions/setup-go@v2
uses: actions/setup-go@v4
with:
go-version: 1.17.x

Expand Down

0 comments on commit 0a34831

Please sign in to comment.