Skip to content
This repository has been archived by the owner on Aug 13, 2024. It is now read-only.

Bump golang.org/x/tools from 0.22.0 to 0.23.0 #99

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

Bump golang.org/x/tools from 0.22.0 to 0.23.0 #99

Workflow file for this run

on:
push:
branches:
- main
tags:
- v*
name: Refresh badges etc.
jobs:
refresh_badges:
runs-on: ubuntu-latest
steps:
- name: Purge badges from GitHub cache
run: |
for u in $(curl --silent https://github.com/arnested/go-dsupdate | grep https://camo.githubusercontent.com/ | sed -E 's|.*"(https://camo\.githubusercontent\.com/[^"]+)".*|\1|'); do
echo curl --silent -X PURGE "$u"
done