Skip to content

Commit

Permalink
feat: update CI Go version to 1.19
Browse files Browse the repository at this point in the history
  • Loading branch information
hsluoyz authored Oct 5, 2024
1 parent 6da7618 commit 46cd3a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.15
go-version: 1.19

- name: Set up Docker
uses: docker-practice/actions-setup-docker@master
Expand Down Expand Up @@ -44,4 +44,4 @@ jobs:
yarn global add semantic-release
semantic-release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 46cd3a8

Please sign in to comment.