Skip to content

Commit

Permalink
go 1.21 (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
buglloc authored Dec 9, 2023
1 parent 129b76a commit d292c04
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Set up Golang
uses: actions/setup-go@v3
with:
go-version: '1.20.x'
go-version: '1.21.x'
check-latest: true
cache: true

Expand All @@ -42,7 +42,7 @@ jobs:
platform:
- ubuntu
go:
- 20
- 21
name: 'tests on ${{ matrix.platform }} | 1.${{ matrix.go }}.x'
runs-on: ${{ matrix.platform }}-latest
steps:
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.7 as build
FROM golang:1.21.5 as build

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

0 comments on commit d292c04

Please sign in to comment.