Skip to content

Commit

Permalink
Bump golang from 1.21.5 to 1.21.6 (#48)
Browse files Browse the repository at this point in the history
* Bump golang from 1.21.5 to 1.21.6

Bumps golang from 1.21.5 to 1.21.6.

---
updated-dependencies:
- dependency-name: golang
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Update ci.yml

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Marat Reymers <16486128+maratori@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and maratori authored Jan 10, 2024
1 parent 383a8c4 commit 14662d8
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.yml
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.21.5" # update together with dev.dockerfile
go-version: "1.21.6" # update together with dev.dockerfile
- name: Debug with tmate SSH if enabled
if: ${{ github.event_name == 'workflow_dispatch' && inputs.debug_ssh }}
uses: mxschmitt/action-tmate@v3
Expand All @@ -38,7 +38,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: "1.21.5" # update together with dev.dockerfile
go-version: "1.21.6" # update together with dev.dockerfile
- uses: golangci/golangci-lint-action@v3
with:
version: "v1.55.2" # update together with dev.dockerfile
Expand All @@ -50,5 +50,5 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: "1.21.5" # update together with dev.dockerfile
go-version: "1.21.6" # update together with dev.dockerfile
- run: make check-tidy
2 changes: 1 addition & 1 deletion dev.dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# update together with .github/workflows/ci.yml
FROM golang:1.21.5 AS go
FROM golang:1.21.6 AS go

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

0 comments on commit 14662d8

Please sign in to comment.