Skip to content

Commit

Permalink
Go 1.21
Browse files Browse the repository at this point in the history
  • Loading branch information
boreq committed Oct 13, 2023
1 parent b3e9344 commit d53d49f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go-version: [ '1.20' ]
go-version: [ '1.21' ]
steps:

- name: Checkout
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-alpine AS build
FROM golang:1.21-alpine AS build

WORKDIR /usr/src/app
COPY . .
Expand Down

0 comments on commit d53d49f

Please sign in to comment.