Bump setup-go to v4

This commit is contained in:
WaterLemons2k 2023-03-18 23:10:46 +08:00 committed by GitHub
parent e033afea08
commit b30999a4d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 5 deletions

View File

@ -14,7 +14,7 @@ jobs:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v3
- uses: actions/setup-go@v4
with:
go-version: '1.20'
- uses: actions/checkout@v3

View File

@ -1,9 +1,6 @@
name: goreleaser
on:
push:
tags:
- 'v*'
workflow_dispatch:
jobs:
@ -16,7 +13,7 @@ jobs:
fetch-depth: 0
- name: Set up Go
uses: actions/setup-go@v3
uses: actions/setup-go@v4
with:
go-version: '1.20'