Skip to content

Commit

Permalink
update setup go action
Browse files Browse the repository at this point in the history
  • Loading branch information
gmgigi96 committed Oct 5, 2023
1 parent 6e0ffd0 commit 20af9aa
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3.1.0
- name: Setup Go environment
uses: actions/setup-go@v3.3.0
uses: actions/setup-go@v4
with:
go-version-file: go.mod
- name: Check changelog
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3.1.0
- name: Setup Go environment
uses: actions/setup-go@v3.3.0
uses: actions/setup-go@v4
with:
go-version-file: go.mod
- name: Run linters
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
uses: actions/checkout@v3
- name: Setup Go environment
id: go
uses: actions/setup-go@v3.3.0
uses: actions/setup-go@v4
with:
go-version-file: go.mod
- name: Make distribution
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
- name: Setup Go environment
uses: actions/setup-go@v3.3.0
uses: actions/setup-go@v4
with:
go-version-file: go.mod
- name: Test integration
Expand All @@ -40,7 +40,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
- name: Setup Go environment
uses: actions/setup-go@v3.3.0
uses: actions/setup-go@v4
with:
go-version-file: go.mod
- name: Test
Expand Down

0 comments on commit 20af9aa

Please sign in to comment.