Skip to content

Commit

Permalink
Bump golang from 1.18 to 1.20
Browse files Browse the repository at this point in the history
  • Loading branch information
krmichelos committed Nov 28, 2023
1 parent 0a68b0b commit 745936d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: golangci-lint
uses: golangci/[email protected]
with:
version: v1.46.2
version: v1.55.2
args: --timeout=5m

test:
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ repos:
# - id: doctoc
# args: ['--title', '## Table of Contents']
- repo: https://github.com/golangci/golangci-lint
rev: a3336890904cd3efa4f1c7e3f82ce207fe125a6f # v1.46.2
rev: v1.55.2
hooks:
- id: golangci-lint
args: ['--timeout', '5m']
Expand Down
2 changes: 1 addition & 1 deletion docs/overrides/main.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

{% block outdated %}
You're not viewing the latest version.
<a href="{{ '../' ~ base_url }}">
<a href="{{ '../' ~ base_url }}">
<strong>Click here to go to latest.</strong>
</a>
{% endblock %}
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/estahn/k8s-image-swapper

go 1.18
go 1.20

require (
cloud.google.com/go/artifactregistry v1.13.1
Expand Down

0 comments on commit 745936d

Please sign in to comment.