Skip to content

Commit

Permalink
Build with Go 1.22
Browse files Browse the repository at this point in the history
  • Loading branch information
heyLu committed Feb 8, 2024
1 parent 47c9e0c commit ae44e04
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '1.21'
go-version: '1.22'

- name: Build
run: go build -v ./...
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM docker.io/golang:1.21-alpine3.19 as builder
FROM docker.io/golang:1.22-alpine3.19 as builder

# gcc and libc-dev for sqlite, git for vcs listing in /stats page
RUN apk add --no-cache gcc libc-dev git
Expand Down

0 comments on commit ae44e04

Please sign in to comment.