Skip to content

Bump golang.org/x/crypto from 0.46.0 to 0.47.0 #296

Bump golang.org/x/crypto from 0.46.0 to 0.47.0

Bump golang.org/x/crypto from 0.46.0 to 0.47.0 #296

Workflow file for this run

name: Go
on:
push:
branches: [ main ]
# Publish semver tags as releases.
tags: [ 'v*.*.*' ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v6
with:
go-version: ^1.25
- uses: actions/setup-node@v6
with:
node-version: '24'
- uses: actions/checkout@v6
- name: Setup Task
run: curl -sL https://taskfile.dev/install.sh | sh
- name: Build using Taskfile.yml
run: ./bin/task build
- uses: actions/upload-artifact@v6
with:
name: compiled-application-amd64-ubuntu
path: out/*
permissions:
contents: read