Skip to content

Commit

Permalink
[] Update golang to 1.20
Browse files Browse the repository at this point in the history
Signed-off-by: Frédéric Gaudet <[email protected]>
  • Loading branch information
frgaudet committed Sep 1, 2023
1 parent 2f5e987 commit 57c87e5
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.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@ defaults:
jobs:
build:
name: Golang
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v2

- name: Setup
uses: actions/setup-go@v2
with:
go-version: "^1.13"
go-version: "^1.20"

- name: Build & Test
run: go test -timeout 30s
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ defaults:
jobs:
depoy:
name: Goreleaser
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v2
Expand All @@ -22,7 +22,7 @@ jobs:
- name: Setup
uses: actions/setup-go@v2
with:
go-version: "^1.13"
go-version: "^1.20"

- name: GoReleaser
uses: goreleaser/goreleaser-action@v2
Expand Down

0 comments on commit 57c87e5

Please sign in to comment.