Skip to content

Commit

Permalink
build: upgrade go version and dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
dhth committed Jan 7, 2025
1 parent 7ac07ae commit 65021e9
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ permissions:
contents: read

env:
GO_VERSION: '1.23.0'
GO_VERSION: '1.23.4'

jobs:
build:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ permissions:
contents: read

env:
GO_VERSION: '1.23.0'
GO_VERSION: '1.23.4'

jobs:
lint:
Expand All @@ -28,4 +28,4 @@ jobs:
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
version: v1.60.1
version: v1.63.4
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ permissions:
id-token: write

env:
GO_VERSION: '1.23.0'
GO_VERSION: '1.23.4'

jobs:
release:
Expand All @@ -29,7 +29,7 @@ jobs:
- name: Install Cosign
uses: sigstore/cosign-installer@v3
with:
cosign-release: 'v2.2.3'
cosign-release: 'v2.4.0'
- name: Release Binaries
uses: goreleaser/goreleaser-action@v6
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/vulncheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ permissions:
contents: read

env:
GO_VERSION: '1.23.0'
GO_VERSION: '1.23.4'

jobs:
vulncheck:
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: '3.8'
# to test operations on linux
services:
act3-dev:
image: golang:1.23.0-alpine
image: golang:1.23.4-alpine
volumes:
- .:/go/src/app
working_dir: /go/src/app
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/dhth/act3

go 1.23.0
go 1.23.4

require (
github.com/charmbracelet/lipgloss v0.12.1
Expand Down

0 comments on commit 65021e9

Please sign in to comment.