Skip to content

Commit

Permalink
chore(deps): Migrating to go 1.20
Browse files Browse the repository at this point in the history
Signed-off-by: Vincent Boutour <[email protected]>
  • Loading branch information
ViBiOh committed Feb 5, 2023
1 parent 121c1a8 commit b00f646
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Setup Golang
uses: actions/setup-go@v3
with:
go-version: "^1.19"
go-version: "^1.20"

- name: Build
run: |
Expand Down Expand Up @@ -61,7 +61,7 @@ jobs:
- name: Setup Golang
uses: actions/setup-go@v3
with:
go-version: "^1.19"
go-version: "^1.20"
- name: Build
env:
GO_ARCHS: linux/amd64 linux/arm linux/arm64 darwin/amd64 darwin/arm64
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Setup Golang
uses: actions/setup-go@v3
with:
go-version: "^1.19"
go-version: "^1.20"
- name: Build
run: make build
- name: CodeQL
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Setup Golang
uses: actions/setup-go@v3
with:
go-version: "^1.19"
go-version: "^1.20"
- name: Build
run: make init
- name: GPG
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/ViBiOh/ketchup

go 1.19
go 1.20

require (
github.com/ViBiOh/auth/v2 v2.14.20
Expand Down

0 comments on commit b00f646

Please sign in to comment.