Skip to content

Commit

Permalink
bump go (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
buglloc committed Aug 1, 2024
1 parent bc07a3a commit 19cf611
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
permissions:
contents: read
jobs:
golangci-lint:
staticcheck:
permissions:
contents: read
pull-requests: read
Expand All @@ -31,9 +31,9 @@ jobs:

- run: "go test ./..."
- run: "go vet ./..."
- uses: dominikh/[email protected].0
- uses: dominikh/[email protected].1
with:
version: "2023.1.6"
version: "2023.1.7"
install-go: false
test:
strategy:
Expand All @@ -43,6 +43,7 @@ jobs:
- ubuntu
go:
- 21
- 22
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.22.3 as build
FROM golang:1.22.5 as build

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

0 comments on commit 19cf611

Please sign in to comment.