Skip to content

Commit

Permalink
Update GitHub actions
Browse files Browse the repository at this point in the history
actions/setup-go: v3 -> v4
  • Loading branch information
Danielius1922 authored and Daniel Adam committed Apr 3, 2023
1 parent 263fb0b commit 00cc495
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
uses: actions/checkout@v3

- name: Set up Go 1.18+
uses: actions/setup-go@v3
uses: actions/setup-go@v4
with:
go-version: "^1.18" # The Go version to download (if necessary) and use.
check-latest: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/staticAnalysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
uses: actions/checkout@v3

- name: Set up Go 1.18+
uses: actions/setup-go@v3
uses: actions/setup-go@v4
with:
go-version: "^1.18" # The Go version to download (if necessary) and use.
check-latest: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-for-fork.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

steps:
- name: Set up Go 1.18+
uses: actions/setup-go@v3
uses: actions/setup-go@v4
with:
go-version: "^1.18"
check-latest: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:

steps:
- name: Set up Go 1.18+
uses: actions/setup-go@v3
uses: actions/setup-go@v4
with:
go-version: "^1.18"
check-latest: true
Expand Down

0 comments on commit 00cc495

Please sign in to comment.