Skip to content

build(deps): bump golang.org/x/time from 0.7.0 to 0.8.0 #4435

build(deps): bump golang.org/x/time from 0.7.0 to 0.8.0

build(deps): bump golang.org/x/time from 0.7.0 to 0.8.0 #4435

Workflow file for this run

name: ci
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
name: build
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- uses: step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1
with:
egress-policy: audit
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1.0
with:
go-version-file: './go.mod'
check-latest: true
- name: build
run: |
make melange
./melange version
- uses: goreleaser/goreleaser-action@9ed2f89a662bf1735a48bc8557fd212fa902bebf # v6.1.0
with:
version: latest
install-only: true
- name: snapshot
run: |
make snapshot
./dist/melange-build_linux_amd64_v1/melange version