Skip to content
This repository has been archived by the owner on Sep 8, 2022. It is now read-only.

Commit

Permalink
build(deps): go 1.17 -> 1.18
Browse files Browse the repository at this point in the history
  • Loading branch information
zbindenren committed May 31, 2022
1 parent 52ab21e commit 7dd3b03
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v1
with:
go-version: 1.17
go-version: 1.18
- name: GoReleaser
uses: goreleaser/goreleaser-action@v1
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: release
on:
push:
tags:
- 'v*.*.*'
- 'v*.*.*'
jobs:
create-release:
runs-on: ubuntu-latest
Expand All @@ -13,7 +13,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v1
with:
go-version: 1.17
go-version: 1.18
- name: GoReleaser
uses: goreleaser/goreleaser-action@v1
with:
Expand Down

0 comments on commit 7dd3b03

Please sign in to comment.