Skip to content

Commit

Permalink
chore(go): update to golang 1.22
Browse files Browse the repository at this point in the history
Signed-off-by: László Várady <laszlo.varady@axoflow.com>
  • Loading branch information
MrAnno committed Oct 4, 2024
1 parent d59405c commit 8e26432
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/go-lint-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: '1.20'
go-version: '1.22'
- name: Check out code
uses: actions/checkout@v3
- name: Cache licenses
Expand All @@ -37,7 +37,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: '1.20'
go-version: '1.22'
- name: Check out code
uses: actions/checkout@v3
- name: Run tests
Expand All @@ -50,7 +50,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: '1.20'
go-version: '1.22'
- name: Check out code
uses: actions/checkout@v3
- name: Run lint
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.20-bullseye as builder
FROM golang:1.22-bullseye as builder

RUN apt-get update \
&& apt-get install --yes entr \
Expand Down

0 comments on commit 8e26432

Please sign in to comment.