Skip to content

Commit

Permalink
Merge pull request #8 from CubicrootXYZ/update-go-1.23
Browse files Browse the repository at this point in the history
update to go 1.23.0
  • Loading branch information
CubicrootXYZ authored Aug 25, 2024
2 parents a743c14 + 8089ed7 commit bcd608c
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/golang_quality.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,17 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: v1.22.5
go-version: v1.23.0
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
version: v1.59
version: v1.60
working-directory: "${{ inputs.workdir }}"
go_tidy:
runs-on: ubuntu-latest
if: "!startsWith(github.ref, 'refs/tags/')"
container:
image: cubicrootxyz/golang-ci:v1.22.5-3
image: cubicrootxyz/golang-ci:v1.23.0
options: --user root
steps:
- uses: actions/checkout@v4
Expand All @@ -42,7 +42,7 @@ jobs:
runs-on: ubuntu-latest
if: "!startsWith(github.ref, 'refs/tags/')"
container:
image: cubicrootxyz/golang-ci:v1.22.5-3
image: cubicrootxyz/golang-ci:v1.23.0
options: --user root
steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/golang_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
runs-on: ubuntu-latest
if: "!startsWith(github.ref, 'refs/tags/')"
container:
image: cubicrootxyz/golang-ci:v1.22.5-3
image: cubicrootxyz/golang-ci:v1.23.0
options: --user root
services: ${{ fromJSON(inputs.services) }}
env: ${{ fromJSON(inputs.env) }}
Expand Down
2 changes: 1 addition & 1 deletion tests/golang_quality/go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module golang_quality

go 1.22.5
go 1.23.0
2 changes: 1 addition & 1 deletion tests/golang_test/go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module golangtest

go 1.22.5
go 1.23.0

0 comments on commit bcd608c

Please sign in to comment.