Skip to content

Commit

Permalink
Merge pull request #202 from maratori/dependabot/docker/golang-1.22.3
Browse files Browse the repository at this point in the history
Bump golang from 1.22.2 to 1.22.3
  • Loading branch information
maratori committed May 8, 2024
2 parents 7fb1bfc + 38d89bb commit a52ad7a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 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.22.2" # update together with Dockerfile.dev
go-version: "1.22.3" # 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.22.2" # update together with Dockerfile.dev
go-version: "1.22.3" # update together with Dockerfile.dev
- uses: golangci/golangci-lint-action@v6
with:
version: "v1.58.0" # update together with Dockerfile.dev
Expand All @@ -52,7 +52,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: "1.22.2" # update together with Dockerfile.dev
go-version: "1.22.3" # 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.22.2 AS go
FROM golang:1.22.3 AS go

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

0 comments on commit a52ad7a

Please sign in to comment.