Skip to content

Commit

Permalink
update actions to 1.18
Browse files Browse the repository at this point in the history
  • Loading branch information
mxab committed Jul 1, 2022
1 parent 0910761 commit 8c7ca60
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.16
go-version: 1.18
- name: "Check format"
run: "test -z $(gofmt -l .)"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.16
go-version: 1.18

-
name: Run GoReleaser
Expand Down

0 comments on commit 8c7ca60

Please sign in to comment.