Skip to content

Commit

Permalink
Merge pull request #242 from maratori/dependabot/docker/golang-1.23.2
Browse files Browse the repository at this point in the history
Bump golang from 1.23.1 to 1.23.2
  • Loading branch information
maratori authored Oct 2, 2024
2 parents fa7dfa6 + 555c4c8 commit 0c28f96
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: "1.23.1" # update together with Dockerfile.dev
go-version: "1.23.2" # update together with Dockerfile.dev
- name: Debug with tmate SSH if enabled
if: ${{ github.event_name == 'workflow_dispatch' && inputs.debug_ssh }}
uses: mxschmitt/action-tmate@v3
Expand All @@ -40,7 +40,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: "1.23.1" # update together with dev.dockerfile
go-version: "1.23.2" # update together with dev.dockerfile
- run: make test-latest-deps

lint:
Expand All @@ -49,7 +49,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: "1.23.1" # update together with Dockerfile.dev
go-version: "1.23.2" # update together with Dockerfile.dev
- uses: golangci/golangci-lint-action@v6
with:
version: "v1.61.0" # update together with Dockerfile.dev
Expand All @@ -61,7 +61,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: "1.23.1" # update together with Dockerfile.dev
go-version: "1.23.2" # update together with Dockerfile.dev
- run: make check-tidy

typos:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.dev
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# update together with .github/workflows/ci.yml
FROM golang:1.23.1 AS go
FROM golang:1.23.2 AS go

# update together with .github/workflows/ci.yml
FROM golangci/golangci-lint:v1.61.0 AS linter
Expand Down

0 comments on commit 0c28f96

Please sign in to comment.