Skip to content

Commit

Permalink
Upgrade go version for github actions to 1.20
Browse files Browse the repository at this point in the history
  • Loading branch information
lemoony committed Aug 6, 2023
1 parent 04ddabc commit 95e9888
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: 1.18
go-version: 1.20
- name: Build
run: |
# https://github.com/jaraco/keyring/blob/main/README.rst#using-keyring-on-headless-linux-systems
Expand All @@ -41,7 +41,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: 1.18
go-version: 1.20
- name: Build
run: make ci
- name: Upload coverage
Expand All @@ -64,7 +64,7 @@ jobs:

- uses: actions/setup-go@v4
with:
go-version: 1.18
go-version: 1.20

- name: Release test
run: make build
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

- uses: actions/setup-go@v4
with:
go-version: 1.18
go-version: 1.20

- name: "Docker login"
run: docker login docker.pkg.github.com -u docker -p ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 95e9888

Please sign in to comment.