Skip to content

Bump golang.org/x/net from 0.22.0 to 0.23.0 #119

Bump golang.org/x/net from 0.22.0 to 0.23.0

Bump golang.org/x/net from 0.22.0 to 0.23.0 #119

Workflow file for this run

name: build-release
on:
push:
tags:
- v*
pull_request:
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- uses: actions/setup-go@v1
with:
go-version: '1.19' # The Go version to download (if necessary) and use.
- name: Test
run: make test
- name: Build
run: make dist
- name: Release
if: startsWith(github.ref, 'refs/tags/')
# softprops/action-gh-release v0.1.12
uses: softprops/action-gh-release@2d72d869af3bf23602f9593a1e3fd739b80ac1eb
with:
files: gopherbot-linux-amd64.tar.gz
body: |
See the [CHANGELOG](https://github.com/lnxjedi/gopherbot/blob/main/CHANGELOG.md)