Skip to content

Commit

Permalink
Update go dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Feb 9, 2024
1 parent 9618faf commit cc66e3b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check_links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

- name: Link Checker
id: lychee
uses: lycheeverse/lychee-action@v1.9.0
uses: lycheeverse/lychee-action@v1.9.3

- name: Create Issue From File
if: env.lychee_exit_code != 0
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM --platform=$BUILDPLATFORM golang:1.21.4 as builder
FROM --platform=$BUILDPLATFORM golang:1.22.0 as builder

WORKDIR /app

Expand Down

0 comments on commit cc66e3b

Please sign in to comment.