Skip to content

Commit

Permalink
chore: bump setup-go version to v4.1.0 and using go-version-file input
Browse files Browse the repository at this point in the history
  • Loading branch information
ponkio-o committed Nov 21, 2023
1 parent 0f8085e commit 422b862
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ jobs:
- uses: actions/checkout@v3

- name: Set up Go
uses: actions/setup-go@v3
uses: actions/setup-go@v4.1.0
with:
go-version: '1.20.x'
go-version-file: 'go.mod'

- name: Gofmt
run: ./scripts/gofmt.sh
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ jobs:
run: git fetch --prune --unshallow
-
name: Set up Go
uses: actions/setup-go@v3
uses: actions/setup-go@v4.1.0
with:
go-version: '1.20.x'
go-version-file: 'go.mod'
-
name: Import GPG key
id: import_gpg
Expand Down

0 comments on commit 422b862

Please sign in to comment.