Skip to content

Commit

Permalink
go version in go.mod
Browse files Browse the repository at this point in the history
  • Loading branch information
rbarazzutti committed Jul 18, 2023
1 parent 35950fd commit b7728b8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: 1.20
go-version-file: 'go.mod'

- name: Lint
uses: golangci/golangci-lint-action@v2
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: 1.20
go-version-file: 'go.mod'


- name: Set up QEMU
uses: docker/setup-qemu-action@v2
Expand Down

0 comments on commit b7728b8

Please sign in to comment.