Skip to content

Commit

Permalink
feat: update go to 1.22.1
Browse files Browse the repository at this point in the history
  • Loading branch information
samialdury committed Mar 23, 2024
1 parent f2a0e9a commit 8becc25
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 @@ -15,7 +15,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.15
go-version: 1.22.1

- name: Test
run: go test -v -race ./...
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build stage
FROM golang:1.13.1-alpine AS builder
FROM golang:1.22.1-alpine AS builder
WORKDIR /tsbs
COPY ./ ./
RUN apk update && apk add --no-cache git
Expand Down

0 comments on commit 8becc25

Please sign in to comment.