Skip to content

Commit

Permalink
Update golang version for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ryoii committed Jan 6, 2023
1 parent 79948df commit 1d49f7d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ jobs:
- name: Checkout
uses: actions/checkout@v2

- name: Set up Go 1.15
- name: Set up Go 1.19
uses: actions/setup-go@v1
with:
go-version: 1.15
go-version: 1.19

- name: Download Go Dependencies
run: go mod download
run: go mod tidy

- name: Get Tag
id: tag
Expand Down

0 comments on commit 1d49f7d

Please sign in to comment.