Skip to content

Replace time.Time.String() with time.Time.Format() #1678

Replace time.Time.String() with time.Time.Format()

Replace time.Time.String() with time.Time.Format() #1678

Workflow file for this run

name: Build
on:
push:
branches: [ 'main', 'release-*' ]
pull_request:
branches: [ 'main', 'release-*' ]
permissions:
contents: read
jobs:
build:
name: Build
strategy:
matrix:
go-version: [1.23]
platform: [ubuntu-latest]
runs-on: ${{ matrix.platform }}
steps:
- name: Checkout code
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Setup Go ${{ matrix.go-version }}
uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1.0
with:
go-version: ${{ matrix.go-version }}
cache-dependency-path: v2/go.sum
id: go
- name: Build
run: ./hack/build-test.sh