Skip to content

Commit

Permalink
Merge pull request #16 from CubicrootXYZ/go-1-23-3
Browse files Browse the repository at this point in the history
update to go 1.23.3
  • Loading branch information
CubicrootXYZ authored Nov 10, 2024
2 parents ee2c387 + e04a030 commit 8dbaf73
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/golang_quality.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: v1.23.0
go-version: v1.23.3
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
Expand All @@ -29,7 +29,7 @@ jobs:
runs-on: ubuntu-latest
if: "!startsWith(github.ref, 'refs/tags/')"
container:
image: cubicrootxyz/golang-ci:v1.23.0
image: cubicrootxyz/golang-ci:v1.23.3
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.23.0
image: cubicrootxyz/golang-ci:v1.23.3
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.23.0
image: cubicrootxyz/golang-ci:v1.23.3
options: --user root
services: ${{ fromJSON(inputs.services) }}
env: ${{ fromJSON(inputs.env) }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/openapi2_golang_build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
if: "!startsWith(github.ref, 'refs/tags/')"
container:
image: cubicrootxyz/golang-ci:v1.23.0
image: cubicrootxyz/golang-ci:v1.23.3
options: --user root
steps:
- name: Checkout the repository
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/openapi2_render.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest
if: "!startsWith(github.ref, 'refs/tags/')"
container:
image: cubicrootxyz/golang-ci:v1.23.0
image: cubicrootxyz/golang-ci:v1.23.3
options: --user root
steps:
- uses: actions/download-artifact@master
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.23.0
go 1.23
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.23.0
go 1.23
2 changes: 1 addition & 1 deletion tests/openapi2/go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module openapi2

go 1.23.0
go 1.23

0 comments on commit 8dbaf73

Please sign in to comment.